Shades of Dodger Blue #0592E7
Tints of Dodger Blue #0592E7
RGB
CMYK
RGB Variations
Color information
#0592E7 (or 0x0592E7) is known color: Dodger Blue. HEX triplet: 05, 92 and E7. RGB value is (5,146,231). Sum of RGB (Red+Green+Blue) = 5+146+231=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #0592E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0592E7 is #FA6D18. Grayscale: #717171. Windows color (decimal): -16411929 or 15176197. OLE color: 15176197.
HSL color Cylindrical-coordinate representation of color #0592E7: hue angle of 202.57º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592E7 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 146 | 231 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.09 |
| HSL | 202.57º | 0.96% | 0.46% | - |
| HSV(B) | 202.57º | 0.98% | 0.91% | - |
| XYZ | 24.77 | 26.36 | 79.38 | - |
| YUV | 113.53 | 194.29 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 231 | 0.98 | 0.37 | 0 | 0.09 | 202.57 | 0.96 | 0.46 |
| Hex | 5 | 92 | E7 | 62 | 25 | 0 | 9 | CB | 60 | 2E |
| Octal | 5 | 222 | 347 | 142 | 45 | 0 | 11 | 313 | 140 | 56 |
| Binary | 101 | 10010010 | 11100111 | 1100010 | 100101 | 0 | 1001 | 11001011 | 1100000 | 101110 |
Color Harmonies of #0592E7
Complementary color
Monochromatic Colors of #0592E7
Black with #0592E7
Text Example
Text Example
White with #0592E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592E7; }
p { color: rgb(5,146,231); }
H1.HeaderClassName
{
color: #0592E7;
}
.AnyTagClassName
{
color: #0592E7;
}
</style>
background-color css
<style>
a { background-color: #0592E7; }
a { background-color: rgb(5,146,231); }
div.DivClassName
{
background-color: #0592E7;
}
.BgClassName
{
background-color: #0592E7;
}
</style>
border-color css
<style>
span { border-color: #0592E7; }
span { border-color: rgb(5,146,231); }
td.TdClassName
{
border-color: #0592E7;
}
.TagClassName
{
border-color: #0592E7;
}
</style>