Html Css Color HEX #049DDB Pacific Blue

📋 copy color: '#049DDB'

red 4 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #049DDB

Tints of Pacific Blue #049DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

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

R = 1.05%
G = 41.32%
B = 57.63%

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

#049DDB (or 0x049DDB) is known color: Pacific Blue. HEX triplet: 04, 9D and DB. RGB value is (4,157,219). Sum of RGB (Red+Green+Blue) = 4+157+219=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #049DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DDB is #FB6224. Grayscale: #757575. Windows color (decimal): -16474661 or 14392580. OLE color: 14392580.

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

Color convert

RGB 4 157 219 -
CMYK 0.98 0.28 0 0.14
HSL 197.3º 0.96% 0.44% -
HSV(B) 197.3º 0.98% 0.86% -
XYZ 24.89 29.25 71.35 -
YUV 118.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 4 157 219 0.98 0.28 0 0.14 197.3 0.96 0.44
Hex 4 9D DB 62 1C 0 E C5 60 2C
Octal 4 235 333 142 34 0 16 305 140 54
Binary 100 10011101 11011011 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #049DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DDB

Black with #049DDB

Text Example


Text Example

White with #049DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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