Shades of Pacific Blue #0497DF
Tints of Pacific Blue #0497DF
RGB
CMYK
RGB Variations
Color information
#0497DF (or 0x0497DF) is known color: Pacific Blue. HEX triplet: 04, 97 and DF. RGB value is (4,151,223). Sum of RGB (Red+Green+Blue) = 4+151+223=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #0497DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497DF is #FB6820. Grayscale: #727272. Windows color (decimal): -16476193 or 14653188. OLE color: 14653188.
HSL color Cylindrical-coordinate representation of color #0497DF: hue angle of 199.73º 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 #0497DF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 151 | 223 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.13 |
| HSL | 199.73º | 0.96% | 0.45% | - |
| HSV(B) | 199.73º | 0.98% | 0.87% | - |
| XYZ | 24.44 | 27.49 | 73.83 | - |
| YUV | 115.26 | 188.8 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 151 | 223 | 0.98 | 0.32 | 0 | 0.13 | 199.73 | 0.96 | 0.45 |
| Hex | 4 | 97 | DF | 62 | 20 | 0 | D | C8 | 60 | 2D |
| Octal | 4 | 227 | 337 | 142 | 40 | 0 | 15 | 310 | 140 | 55 |
| Binary | 100 | 10010111 | 11011111 | 1100010 | 100000 | 0 | 1101 | 11001000 | 1100000 | 101101 |
Color Harmonies of #0497DF
Complementary color
Monochromatic Colors of #0497DF
Black with #0497DF
Text Example
Text Example
White with #0497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0497DF; }
p { color: rgb(4,151,223); }
H1.HeaderClassName
{
color: #0497DF;
}
.AnyTagClassName
{
color: #0497DF;
}
</style>
background-color css
<style>
a { background-color: #0497DF; }
a { background-color: rgb(4,151,223); }
div.DivClassName
{
background-color: #0497DF;
}
.BgClassName
{
background-color: #0497DF;
}
</style>
border-color css
<style>
span { border-color: #0497DF; }
span { border-color: rgb(4,151,223); }
td.TdClassName
{
border-color: #0497DF;
}
.TagClassName
{
border-color: #0497DF;
}
</style>