Html Css Color HEX #049ADD Pacific Blue

📋 copy color: '#049ADD'

red 4 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #049ADD

Tints of Pacific Blue #049ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 1.06%
G = 40.63%
B = 58.31%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#049ADD (or 0x049ADD) is known color: Pacific Blue. HEX triplet: 04, 9A and DD. RGB value is (4,154,221). Sum of RGB (Red+Green+Blue) = 4+154+221=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #049ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ADD is #FB6522. Grayscale: #747474. Windows color (decimal): -16475427 or 14522884. OLE color: 14522884.

HSL color Cylindrical-coordinate representation of color #049ADD: hue angle of 198.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ADD is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 154 221 -
CMYK 0.98 0.30 0 0.13
HSL 198.53º 0.96% 0.44% -
HSV(B) 198.53º 0.98% 0.87% -
XYZ 24.66 28.36 72.58 -
YUV 116.79 186.81 47.55 -
System Red Green Blue C M Y K H S L
Decimal 4 154 221 0.98 0.30 0 0.13 198.53 0.96 0.44
Hex 4 9A DD 62 1E 0 D C7 60 2C
Octal 4 232 335 142 36 0 15 307 140 54
Binary 100 10011010 11011101 1100010 11110 0 1101 11000111 1100000 101100

Color Harmonies of #049ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ADD

Black with #049ADD

Text Example


Text Example

White with #049ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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