Shades of Dodger Blue #0597FF
Tints of Dodger Blue #0597FF
RGB
CMYK
RGB Variations
Color information
#0597FF (or 0x0597FF) is known color: Dodger Blue. HEX triplet: 05, 97 and FF. RGB value is (5,151,255). Sum of RGB (Red+Green+Blue) = 5+151+255=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #0597FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0597FF is #FA6800. Grayscale: #767676. Windows color (decimal): -16410625 or 16750341. OLE color: 16750341.
HSL color Cylindrical-coordinate representation of color #0597FF: hue angle of 204.96º 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 #0597FF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 151 | 255 | - |
| CMYK | 0.98 | 0.41 | 0 | 0 |
| HSL | 204.96º | 1% | 0.51% | - |
| HSV(B) | 204.96º | 0.98% | 1% | - |
| XYZ | 29.18 | 29.39 | 98.74 | - |
| YUV | 119.2 | 204.63 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 255 | 0.98 | 0.41 | 0 | 0 | 204.96 | 1 | 0.51 |
| Hex | 5 | 97 | FF | 62 | 29 | 0 | 0 | CD | 64 | 33 |
| Octal | 5 | 227 | 377 | 142 | 51 | 0 | 0 | 315 | 144 | 63 |
| Binary | 101 | 10010111 | 11111111 | 1100010 | 101001 | 0 | 0 | 11001101 | 1100100 | 110011 |
Color Harmonies of #0597FF
Complementary color
Monochromatic Colors of #0597FF
Black with #0597FF
Text Example
Text Example
White with #0597FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597FF; }
p { color: rgb(5,151,255); }
H1.HeaderClassName
{
color: #0597FF;
}
.AnyTagClassName
{
color: #0597FF;
}
</style>
background-color css
<style>
a { background-color: #0597FF; }
a { background-color: rgb(5,151,255); }
div.DivClassName
{
background-color: #0597FF;
}
.BgClassName
{
background-color: #0597FF;
}
</style>
border-color css
<style>
span { border-color: #0597FF; }
span { border-color: rgb(5,151,255); }
td.TdClassName
{
border-color: #0597FF;
}
.TagClassName
{
border-color: #0597FF;
}
</style>