Shades of Dodger Blue #0592EF
Tints of Dodger Blue #0592EF
RGB
CMYK
RGB Variations
Color information
#0592EF (or 0x0592EF) is known color: Dodger Blue. HEX triplet: 05, 92 and EF. RGB value is (5,146,239). Sum of RGB (Red+Green+Blue) = 5+146+239=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #0592EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0592EF is #FA6D10. Grayscale: #717171. Windows color (decimal): -16411921 or 15700485. OLE color: 15700485.
HSL color Cylindrical-coordinate representation of color #0592EF: hue angle of 203.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592EF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 146 | 239 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.06 |
| HSL | 203.85º | 0.96% | 0.48% | - |
| HSV(B) | 203.85º | 0.98% | 0.94% | - |
| XYZ | 25.92 | 26.82 | 85.47 | - |
| YUV | 114.44 | 198.29 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 239 | 0.98 | 0.39 | 0 | 0.06 | 203.85 | 0.96 | 0.48 |
| Hex | 5 | 92 | EF | 62 | 27 | 0 | 6 | CC | 60 | 30 |
| Octal | 5 | 222 | 357 | 142 | 47 | 0 | 6 | 314 | 140 | 60 |
| Binary | 101 | 10010010 | 11101111 | 1100010 | 100111 | 0 | 110 | 11001100 | 1100000 | 110000 |
Color Harmonies of #0592EF
Complementary color
Monochromatic Colors of #0592EF
Black with #0592EF
Text Example
Text Example
White with #0592EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592EF; }
p { color: rgb(5,146,239); }
H1.HeaderClassName
{
color: #0592EF;
}
.AnyTagClassName
{
color: #0592EF;
}
</style>
background-color css
<style>
a { background-color: #0592EF; }
a { background-color: rgb(5,146,239); }
div.DivClassName
{
background-color: #0592EF;
}
.BgClassName
{
background-color: #0592EF;
}
</style>
border-color css
<style>
span { border-color: #0592EF; }
span { border-color: rgb(5,146,239); }
td.TdClassName
{
border-color: #0592EF;
}
.TagClassName
{
border-color: #0592EF;
}
</style>