Shades of Pacific Blue #0492DD
Tints of Pacific Blue #0492DD
RGB
CMYK
RGB Variations
Color information
#0492DD (or 0x0492DD) is known color: Pacific Blue. HEX triplet: 04, 92 and DD. RGB value is (4,146,221). Sum of RGB (Red+Green+Blue) = 4+146+221=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #0492DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0492DD is #FB6D22. Grayscale: #6F6F6F. Windows color (decimal): -16477475 or 14520836. OLE color: 14520836.
HSL color Cylindrical-coordinate representation of color #0492DD: hue angle of 200.74º 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 #0492DD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 146 | 221 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.13 |
| HSL | 200.74º | 0.96% | 0.44% | - |
| HSV(B) | 200.74º | 0.98% | 0.87% | - |
| XYZ | 23.38 | 25.8 | 72.16 | - |
| YUV | 112.09 | 189.46 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 221 | 0.98 | 0.34 | 0 | 0.13 | 200.74 | 0.96 | 0.44 |
| Hex | 4 | 92 | DD | 62 | 22 | 0 | D | C9 | 60 | 2C |
| Octal | 4 | 222 | 335 | 142 | 42 | 0 | 15 | 311 | 140 | 54 |
| Binary | 100 | 10010010 | 11011101 | 1100010 | 100010 | 0 | 1101 | 11001001 | 1100000 | 101100 |
Color Harmonies of #0492DD
Complementary color
Monochromatic Colors of #0492DD
Black with #0492DD
Text Example
Text Example
White with #0492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0492DD; }
p { color: rgb(4,146,221); }
H1.HeaderClassName
{
color: #0492DD;
}
.AnyTagClassName
{
color: #0492DD;
}
</style>
background-color css
<style>
a { background-color: #0492DD; }
a { background-color: rgb(4,146,221); }
div.DivClassName
{
background-color: #0492DD;
}
.BgClassName
{
background-color: #0492DD;
}
</style>
border-color css
<style>
span { border-color: #0492DD; }
span { border-color: rgb(4,146,221); }
td.TdClassName
{
border-color: #0492DD;
}
.TagClassName
{
border-color: #0492DD;
}
</style>