Html Css Color HEX #049ED2 Pacific Blue

📋 copy color: '#049ED2'

red 4 ◦ green 158 ◦ blue 210

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

Shades of Pacific Blue #049ED2

Tints of Pacific Blue #049ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.47%

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

R = 1.08%
G = 42.47%
B = 56.45%

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

#049ED2 (or 0x049ED2) is known color: Pacific Blue. HEX triplet: 04, 9E and D2. RGB value is (4,158,210). Sum of RGB (Red+Green+Blue) = 4+158+210=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #049ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ED2 is #FB612D. Grayscale: #757575. Windows color (decimal): -16474414 or 13803012. OLE color: 13803012.

HSL color Cylindrical-coordinate representation of color #049ED2: hue angle of 195.15º 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 #049ED2 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 158 210 -
CMYK 0.98 0.25 0 0.18
HSL 195.15º 0.96% 0.42% -
HSV(B) 195.15º 0.98% 0.82% -
XYZ 23.91 29.13 65.34 -
YUV 117.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 4 158 210 0.98 0.25 0 0.18 195.15 0.96 0.42
Hex 4 9E D2 62 19 0 12 C3 60 2A
Octal 4 236 322 142 31 0 22 303 140 52
Binary 100 10011110 11010010 1100010 11001 0 10010 11000011 1100000 101010

Color Harmonies of #049ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ED2

Black with #049ED2

Text Example


Text Example

White with #049ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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