Html Css Color HEX #049ADB Pacific Blue

📋 copy color: '#049ADB'

red 4 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #049ADB

Tints of Pacific Blue #049ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 1.06%
G = 40.85%
B = 58.09%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#049ADB (or 0x049ADB) is known color: Pacific Blue. HEX triplet: 04, 9A and DB. RGB value is (4,154,219). Sum of RGB (Red+Green+Blue) = 4+154+219=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #049ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ADB is #FB6524. Grayscale: #747474. Windows color (decimal): -16475429 or 14391812. OLE color: 14391812.

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

Color convert

RGB 4 154 219 -
CMYK 0.98 0.30 0 0.14
HSL 198.14º 0.96% 0.44% -
HSV(B) 198.14º 0.98% 0.86% -
XYZ 24.39 28.25 71.19 -
YUV 116.56 185.81 47.71 -
System Red Green Blue C M Y K H S L
Decimal 4 154 219 0.98 0.30 0 0.14 198.14 0.96 0.44
Hex 4 9A DB 62 1E 0 E C6 60 2C
Octal 4 232 333 142 36 0 16 306 140 54
Binary 100 10011010 11011011 1100010 11110 0 1110 11000110 1100000 101100

Color Harmonies of #049ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ADB

Black with #049ADB

Text Example


Text Example

White with #049ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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