Html Css Color HEX #0499DB Pacific Blue

📋 copy color: '#0499DB'

red 4 ◦ green 153 ◦ blue 219

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

Shades of Pacific Blue #0499DB

Tints of Pacific Blue #0499DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 1.06%
G = 40.69%
B = 58.24%

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

#0499DB (or 0x0499DB) is known color: Pacific Blue. HEX triplet: 04, 99 and DB. RGB value is (4,153,219). Sum of RGB (Red+Green+Blue) = 4+153+219=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #0499DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499DB is #FB6624. Grayscale: #737373. Windows color (decimal): -16475685 or 14391556. OLE color: 14391556.

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

Color convert

RGB 4 153 219 -
CMYK 0.98 0.30 0 0.14
HSL 198.42º 0.96% 0.44% -
HSV(B) 198.42º 0.98% 0.86% -
XYZ 24.23 27.92 71.13 -
YUV 115.97 186.14 48.13 -
System Red Green Blue C M Y K H S L
Decimal 4 153 219 0.98 0.30 0 0.14 198.42 0.96 0.44
Hex 4 99 DB 62 1E 0 E C6 60 2C
Octal 4 231 333 142 36 0 16 306 140 54
Binary 100 10011001 11011011 1100010 11110 0 1110 11000110 1100000 101100

Color Harmonies of #0499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0499DB

Black with #0499DB

Text Example


Text Example

White with #0499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0499DB; }

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

 H1.HeaderClassName
 {
   color: #0499DB;
 }
 .AnyTagClassName
 {
   color: #0499DB;
 }
</style>

background-color css

<style>
 a { background-color: #0499DB; }

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

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

border-color css

<style>
 span { border-color: #0499DB; }

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

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