Html Css Color HEX #0496DF Pacific Blue

📋 copy color: '#0496DF'

red 4 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0496DF

Tints of Pacific Blue #0496DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 1.06%
G = 39.79%
B = 59.15%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0496DF (or 0x0496DF) is known color: Pacific Blue. HEX triplet: 04, 96 and DF. RGB value is (4,150,223). Sum of RGB (Red+Green+Blue) = 4+150+223=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #0496DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0496DF is #FB6920. Grayscale: #727272. Windows color (decimal): -16476449 or 14652932. OLE color: 14652932.

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

Color convert

RGB 4 150 223 -
CMYK 0.98 0.33 0 0.13
HSL 200º 0.96% 0.45% -
HSV(B) 200º 0.98% 0.87% -
XYZ 24.28 27.17 73.78 -
YUV 114.67 189.13 49.06 -
System Red Green Blue C M Y K H S L
Decimal 4 150 223 0.98 0.33 0 0.13 200 0.96 0.45
Hex 4 96 DF 62 21 0 D C8 60 2D
Octal 4 226 337 142 41 0 15 310 140 55
Binary 100 10010110 11011111 1100010 100001 0 1101 11001000 1100000 101101

Color Harmonies of #0496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0496DF

Black with #0496DF

Text Example


Text Example

White with #0496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0496DF; }

 p { color: rgb(4,150,223); }

 H1.HeaderClassName
 {
   color: #0496DF;
 }
 .AnyTagClassName
 {
   color: #0496DF;
 }
</style>

background-color css

<style>
 a { background-color: #0496DF; }

 a { background-color: rgb(4,150,223); }

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

border-color css

<style>
 span { border-color: #0496DF; }

 span { border-color: rgb(4,150,223); }

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