COLOR #488DDC

HEX: #488DDC
RGB: (72,141,220)

Renk bilgisi

#488DDC contains mainly blue color. #488DDC ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#488DDC color RGB value is (72,141,220).

  • kırmız ton 72;
  • yeşil ton 141;
  • mavi ton 220.
RGB:
(72,141,220)
(28%,55%,86%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 141 of 255 = 55%
B 220 of 255 = 86%

72
141
220

R + G + B ~ 56%. #488DDC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 141 + 220 = 433 (100%)
R 72 of 433 ~ 16.63%
G 141 of 433 ~ 32.56%
B 220 of 433 ~ 50.81%

%16.63
%32.56
%50.81

CMYK RENK MODELİ

#488DDC rengi CMYK tonu (67,36,0,14).

  • camgöbeği tonu 67.27%
  • eflatun tonu 35.91%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(67,36,0,14)
C67M36Y0K14 
(67%,36%,0%,14%)
(0.67/0.36/0.00/0.14)	

CMYK yüzdeleri

%67.27
%35.91
%0
%13.73

Codes

Color #488DDC in popluar color models

488DDC
RGB72141220
HSL212°67.89%57.25%
HSB/HSV212°67.27%86.27%
CMYK67.27%35.91%0.00%
13.73%

Color #488DDC in popluar number systems.

HEX488DDC
Decimal72141220
Binary10010001000110111011100
Octal110215334

Shades and tints

Shades of #488DDC

#488DDC
(72,141,220)
#4281C8
(66,129,200)
#3C75B4
(60,117,180)
#3669A0
(54,105,160)
#305D8C
(48,93,140)
#2A5178
(42,81,120)
#244564
(36,69,100)
#1E3950
(30,57,80)
#182D3C
(24,45,60)
#122128
(18,33,40)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #488DDC

#488DDC
(72,141,220)
#5897DF
(88,151,223)
#68A1E2
(104,161,226)
#78ABE5
(120,171,229)
#88B5E8
(136,181,232)
#98BFEB
(152,191,235)
#A8C9EE
(168,201,238)
#B8D3F1
(184,211,241)
#C8DDF4
(200,221,244)
#D8E7F7
(216,231,247)
#E8F1FA
(232,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488DDC color. Also use rgb(72,141,220) instead hex code.

Text Font Color

.myTextColor { color: #488DDC; }

<p style="color:#488DDC">This sample text font color is #488DDC.</p>

This text font color is #488DDC.


Background Color

.myBgColor { background-color: #488DDC; }

<div style="background-color:#488DDC">Inner text</div>

This div background color is #488DDC.


Border color

.myBorderColor { border: 1px solid #488DDC; }

<div style="border:3px solid #488DDC">Div</div>

This div border color is #488DDC.


Opacity

.myOpacity80 { color: #488DDC; opacity: 0.8; }

<p style="color:#488DDC;opacity:0.8;">80%</p>

Text with #488DDC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488DDC;}

<p style="text-shadow: 3px 3px 1px #488DDC">Text here.</p>

This text has shadow with #488DDC color.

.textShadow {text-shadow: 3px 3px 1px #488DDC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488DDC, 5px 5px 20px red">Text here.</p>

This text has shadow with #488DDC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488DDC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488DDC, Direction=45, Strength=4)">Text</p>

This text has shadow with #488DDC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488DDC;
  -webkit-box-shadow:	1px 1px 3px 2px #488DDC;
  box-shadow:		1px 1px 3px 2px #488DDC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488DDC;
-webkit-box-shadow: 1px 1px 3px 2px #488DDC;
box-shadow:1px 1px 3px 2px #488DDC;">
Div content here</div>
This div box has shadow with color #488DDC.

Preview

Color preview on black background

This text has color #488DDC on black background.


Color preview on white background

This text has color #488DDC on white background.



Black color preview on #488DDC background

This text has black color on #488DDC background.


White color preview on #488DDC background

This text has white color on #488DDC background.