Shades of Dodger Blue #0596FF
Tints of Dodger Blue #0596FF
RGB
CMYK
RGB Variations
Color information
#0596FF (or 0x0596FF) is known color: Dodger Blue. HEX triplet: 05, 96 and FF. RGB value is (5,150,255). Sum of RGB (Red+Green+Blue) = 5+150+255=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0596FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0596FF is #FA6900. Grayscale: #767676. Windows color (decimal): -16410881 or 16750085. OLE color: 16750085.
HSL color Cylindrical-coordinate representation of color #0596FF: hue angle of 205.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0596FF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 150 | 255 | - |
| CMYK | 0.98 | 0.41 | 0 | 0 |
| HSL | 205.2º | 1% | 0.51% | - |
| HSV(B) | 205.2º | 0.98% | 1% | - |
| XYZ | 29.02 | 29.06 | 98.69 | - |
| YUV | 118.62 | 204.96 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 255 | 0.98 | 0.41 | 0 | 0 | 205.2 | 1 | 0.51 |
| Hex | 5 | 96 | FF | 62 | 29 | 0 | 0 | CD | 64 | 33 |
| Octal | 5 | 226 | 377 | 142 | 51 | 0 | 0 | 315 | 144 | 63 |
| Binary | 101 | 10010110 | 11111111 | 1100010 | 101001 | 0 | 0 | 11001101 | 1100100 | 110011 |
Color Harmonies of #0596FF
Complementary color
Monochromatic Colors of #0596FF
Black with #0596FF
Text Example
Text Example
White with #0596FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596FF; }
p { color: rgb(5,150,255); }
H1.HeaderClassName
{
color: #0596FF;
}
.AnyTagClassName
{
color: #0596FF;
}
</style>
background-color css
<style>
a { background-color: #0596FF; }
a { background-color: rgb(5,150,255); }
div.DivClassName
{
background-color: #0596FF;
}
.BgClassName
{
background-color: #0596FF;
}
</style>
border-color css
<style>
span { border-color: #0596FF; }
span { border-color: rgb(5,150,255); }
td.TdClassName
{
border-color: #0596FF;
}
.TagClassName
{
border-color: #0596FF;
}
</style>