Html Css Color HEX #049DD2 Pacific Blue

📋 copy color: '#049DD2'

red 4 ◦ green 157 ◦ blue 210

#049DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #049DD2

Tints of Pacific Blue #049DD2

RGB

 RED value IS 4 (1.95% from 255) = 1.08%

 GREEN value IS 157 (61.72% from 255) = 42.32%

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 1.08%
G = 42.32%
B = 56.6%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#049DD2 (or 0x049DD2) is known color: Pacific Blue. HEX triplet: 04, 9D and D2. RGB value is (4,157,210). Sum of RGB (Red+Green+Blue) = 4+157+210=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #049DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DD2 is #FB622D. Grayscale: #747474. Windows color (decimal): -16474670 or 13802756. OLE color: 13802756.

HSL color Cylindrical-coordinate representation of color #049DD2: hue angle of 195.44º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DD2 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 157 210 -
CMYK 0.98 0.25 0 0.18
HSL 195.44º 0.96% 0.42% -
HSV(B) 195.44º 0.98% 0.82% -
XYZ 23.74 28.79 65.28 -
YUV 117.3 180.31 47.19 -
System Red Green Blue C M Y K H S L
Decimal 4 157 210 0.98 0.25 0 0.18 195.44 0.96 0.42
Hex 4 9D D2 62 19 0 12 C3 60 2A
Octal 4 235 322 142 31 0 22 303 140 52
Binary 100 10011101 11010010 1100010 11001 0 10010 11000011 1100000 101010

Color Harmonies of #049DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DD2

Black with #049DD2

Text Example


Text Example

White with #049DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049DD2; }

 p { color: rgb(4,157,210); }

 H1.HeaderClassName
 {
   color: #049DD2;
 }
 .AnyTagClassName
 {
   color: #049DD2;
 }
</style>

background-color css

<style>
 a { background-color: #049DD2; }

 a { background-color: rgb(4,157,210); }

 div.DivClassName
 {
   background-color: #049DD2;
 }
 .BgClassName
 {
   background-color: #049DD2;
 }
</style>

border-color css

<style>
 span { border-color: #049DD2; }

 span { border-color: rgb(4,157,210); }

 td.TdClassName
 {
   border-color: #049DD2;
 }
 .TagClassName
 {
   border-color: #049DD2;
 }
</style>