Shades of Dodger Blue #0597FA
Tints of Dodger Blue #0597FA
RGB
CMYK
RGB Variations
Color information
#0597FA (or 0x0597FA) is known color: Dodger Blue. HEX triplet: 05, 97 and FA. RGB value is (5,151,250). Sum of RGB (Red+Green+Blue) = 5+151+250=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #0597FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0597FA is #FA6805. Grayscale: #767676. Windows color (decimal): -16410630 or 16422661. OLE color: 16422661.
HSL color Cylindrical-coordinate representation of color #0597FA: hue angle of 204.24º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597FA is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 151 | 250 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.02 |
| HSL | 204.24º | 0.96% | 0.5% | - |
| HSV(B) | 204.24º | 0.98% | 0.98% | - |
| XYZ | 28.38 | 29.07 | 94.56 | - |
| YUV | 118.63 | 202.13 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 250 | 0.98 | 0.40 | 0 | 0.02 | 204.24 | 0.96 | 0.5 |
| Hex | 5 | 97 | FA | 62 | 28 | 0 | 2 | CC | 60 | 32 |
| Octal | 5 | 227 | 372 | 142 | 50 | 0 | 2 | 314 | 140 | 62 |
| Binary | 101 | 10010111 | 11111010 | 1100010 | 101000 | 0 | 10 | 11001100 | 1100000 | 110010 |
Color Harmonies of #0597FA
Complementary color
Monochromatic Colors of #0597FA
Black with #0597FA
Text Example
Text Example
White with #0597FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597FA; }
p { color: rgb(5,151,250); }
H1.HeaderClassName
{
color: #0597FA;
}
.AnyTagClassName
{
color: #0597FA;
}
</style>
background-color css
<style>
a { background-color: #0597FA; }
a { background-color: rgb(5,151,250); }
div.DivClassName
{
background-color: #0597FA;
}
.BgClassName
{
background-color: #0597FA;
}
</style>
border-color css
<style>
span { border-color: #0597FA; }
span { border-color: rgb(5,151,250); }
td.TdClassName
{
border-color: #0597FA;
}
.TagClassName
{
border-color: #0597FA;
}
</style>