Html Css Color HEX #049AD0 Pacific Blue

📋 copy color: '#049AD0'

red 4 ◦ green 154 ◦ blue 208

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

Shades of Pacific Blue #049AD0

Tints of Pacific Blue #049AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

 BLUE value IS 208 (81.64% from 255) = 56.83%

R = 1.09%
G = 42.08%
B = 56.83%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#049AD0 (or 0x049AD0) is known color: Pacific Blue. HEX triplet: 04, 9A and D0. RGB value is (4,154,208). Sum of RGB (Red+Green+Blue) = 4+154+208=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #049AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049AD0 is #FB652F. Grayscale: #727272. Windows color (decimal): -16475440 or 13670916. OLE color: 13670916.

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

Color convert

RGB 4 154 208 -
CMYK 0.98 0.26 0 0.18
HSL 195.88º 0.96% 0.42% -
HSV(B) 195.88º 0.98% 0.82% -
XYZ 22.99 27.69 63.81 -
YUV 115.31 180.31 48.61 -
System Red Green Blue C M Y K H S L
Decimal 4 154 208 0.98 0.26 0 0.18 195.88 0.96 0.42
Hex 4 9A D0 62 1A 0 12 C4 60 2A
Octal 4 232 320 142 32 0 22 304 140 52
Binary 100 10011010 11010000 1100010 11010 0 10010 11000100 1100000 101010

Color Harmonies of #049AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049AD0

Black with #049AD0

Text Example


Text Example

White with #049AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,154,208); }

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

background-color css

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

 a { background-color: rgb(4,154,208); }

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

border-color css

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

 span { border-color: rgb(4,154,208); }

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