Html Css Color HEX #049EDB Pacific Blue

📋 copy color: '#049EDB'

red 4 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #049EDB

Tints of Pacific Blue #049EDB

RGB

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

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

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

R = 1.05%
G = 41.47%
B = 57.48%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#049EDB (or 0x049EDB) is known color: Pacific Blue. HEX triplet: 04, 9E and DB. RGB value is (4,158,219). Sum of RGB (Red+Green+Blue) = 4+158+219=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #049EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EDB is #FB6124. Grayscale: #767676. Windows color (decimal): -16474405 or 14392836. OLE color: 14392836.

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

Color convert

RGB 4 158 219 -
CMYK 0.98 0.28 0 0.14
HSL 197.02º 0.96% 0.44% -
HSV(B) 197.02º 0.98% 0.86% -
XYZ 25.06 29.59 71.41 -
YUV 118.91 184.48 46.04 -
System Red Green Blue C M Y K H S L
Decimal 4 158 219 0.98 0.28 0 0.14 197.02 0.96 0.44
Hex 4 9E DB 62 1C 0 E C5 60 2C
Octal 4 236 333 142 34 0 16 305 140 54
Binary 100 10011110 11011011 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #049EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EDB

Black with #049EDB

Text Example


Text Example

White with #049EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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