Shades of Dodger Blue #0596EC
Tints of Dodger Blue #0596EC
RGB
CMYK
RGB Variations
Color information
#0596EC (or 0x0596EC) is known color: Dodger Blue. HEX triplet: 05, 96 and EC. RGB value is (5,150,236). Sum of RGB (Red+Green+Blue) = 5+150+236=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #0596EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0596EC is #FA6913. Grayscale: #737373. Windows color (decimal): -16410900 or 15504901. OLE color: 15504901.
HSL color Cylindrical-coordinate representation of color #0596EC: hue angle of 202.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0596EC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 150 | 236 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.07 |
| HSL | 202.34º | 0.96% | 0.47% | - |
| HSV(B) | 202.34º | 0.98% | 0.93% | - |
| XYZ | 26.11 | 27.9 | 83.37 | - |
| YUV | 116.45 | 195.46 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 236 | 0.98 | 0.36 | 0 | 0.07 | 202.34 | 0.96 | 0.47 |
| Hex | 5 | 96 | EC | 62 | 24 | 0 | 7 | CA | 60 | 2F |
| Octal | 5 | 226 | 354 | 142 | 44 | 0 | 7 | 312 | 140 | 57 |
| Binary | 101 | 10010110 | 11101100 | 1100010 | 100100 | 0 | 111 | 11001010 | 1100000 | 101111 |
Color Harmonies of #0596EC
Complementary color
Monochromatic Colors of #0596EC
Black with #0596EC
Text Example
Text Example
White with #0596EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596EC; }
p { color: rgb(5,150,236); }
H1.HeaderClassName
{
color: #0596EC;
}
.AnyTagClassName
{
color: #0596EC;
}
</style>
background-color css
<style>
a { background-color: #0596EC; }
a { background-color: rgb(5,150,236); }
div.DivClassName
{
background-color: #0596EC;
}
.BgClassName
{
background-color: #0596EC;
}
</style>
border-color css
<style>
span { border-color: #0596EC; }
span { border-color: rgb(5,150,236); }
td.TdClassName
{
border-color: #0596EC;
}
.TagClassName
{
border-color: #0596EC;
}
</style>