Shades of Dodger Blue #0592FE
Tints of Dodger Blue #0592FE
RGB
CMYK
RGB Variations
Color information
#0592FE (or 0x0592FE) is known color: Dodger Blue. HEX triplet: 05, 92 and FE. RGB value is (5,146,254). Sum of RGB (Red+Green+Blue) = 5+146+254=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #0592FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0592FE is #FA6D01. Grayscale: #737373. Windows color (decimal): -16411906 or 16683525. OLE color: 16683525.
HSL color Cylindrical-coordinate representation of color #0592FE: hue angle of 206.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592FE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 146 | 254 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.00 |
| HSL | 206.02º | 0.99% | 0.51% | - |
| HSV(B) | 206.02º | 0.98% | 1% | - |
| XYZ | 28.23 | 27.75 | 97.63 | - |
| YUV | 116.15 | 205.79 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 254 | 0.98 | 0.43 | 0 | 0.00 | 206.02 | 0.99 | 0.51 |
| Hex | 5 | 92 | FE | 62 | 2B | 0 | 0 | CE | 63 | 33 |
| Octal | 5 | 222 | 376 | 142 | 53 | 0 | 0 | 316 | 143 | 63 |
| Binary | 101 | 10010010 | 11111110 | 1100010 | 101011 | 0 | 0 | 11001110 | 1100011 | 110011 |
Color Harmonies of #0592FE
Complementary color
Monochromatic Colors of #0592FE
Black with #0592FE
Text Example
Text Example
White with #0592FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592FE; }
p { color: rgb(5,146,254); }
H1.HeaderClassName
{
color: #0592FE;
}
.AnyTagClassName
{
color: #0592FE;
}
</style>
background-color css
<style>
a { background-color: #0592FE; }
a { background-color: rgb(5,146,254); }
div.DivClassName
{
background-color: #0592FE;
}
.BgClassName
{
background-color: #0592FE;
}
</style>
border-color css
<style>
span { border-color: #0592FE; }
span { border-color: rgb(5,146,254); }
td.TdClassName
{
border-color: #0592FE;
}
.TagClassName
{
border-color: #0592FE;
}
</style>