#0497dd

Color #0497DD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0497DD

Tints of Pacific Blue #0497DD

Color information

#0497DD (or 0x0497DD) is unknown color: approx Pacific Blue. HEX triplet: 04, 97 and DD. RGB value is (4,151,221). Sum of RGB (Red+Green+Blue) = 4+151+221=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0497DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497DD is #FB6822. Grayscale: #727272. Windows color (decimal): -16476195 or 14522116. OLE color: 14522116.

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

Color convert

RGB4151221-
CMYK0.980.3200.13
HSL199.35º96.44%44.12%-
HSV(B)199.35º98.19%86.67%-
XYZ24.1727.3872.42-
YUV115.03187.848.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.06%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=1.06%
G=40.16%
B=58.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41512210.980.3200.13199.3596.4444.12
Hex497DD62200Dc7602c
Octal42273351424001530714054
Binary1001001011111011101110001010000001101110001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0497dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0497dd; }

 p { color: rgb(4,151,221); }

 H1.HeaderClassName
 {
   color: #0497dd;
 }
 .AnyTagClassName
 {
   color: #0497dd;
 }
</style>
background-color css

<style>
 a { background-color: #0497dd; }

 a { background-color: rgb(4,151,221); }

 div.DivClassName
 {
   background-color: #0497dd;
 }
 .BgClassName
 {
   background-color: #0497dd;
 }
</style>
border-color css

<style>
 span { border-color: #0497dd; }

 span { border-color: rgb(4,151,221); }

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