Shades of Dodger Blue #0597FC
Tints of Dodger Blue #0597FC
RGB
CMYK
RGB Variations
Color information
#0597FC (or 0x0597FC) is known color: Dodger Blue. HEX triplet: 05, 97 and FC. RGB value is (5,151,252). Sum of RGB (Red+Green+Blue) = 5+151+252=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #0597FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0597FC is #FA6803. Grayscale: #767676. Windows color (decimal): -16410628 or 16553733. OLE color: 16553733.
HSL color Cylindrical-coordinate representation of color #0597FC: hue angle of 204.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597FC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 151 | 252 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.01 |
| HSL | 204.53º | 0.98% | 0.5% | - |
| HSV(B) | 204.53º | 0.98% | 0.99% | - |
| XYZ | 28.7 | 29.19 | 96.22 | - |
| YUV | 118.86 | 203.13 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 252 | 0.98 | 0.40 | 0 | 0.01 | 204.53 | 0.98 | 0.5 |
| Hex | 5 | 97 | FC | 62 | 28 | 0 | 1 | CD | 62 | 32 |
| Octal | 5 | 227 | 374 | 142 | 50 | 0 | 1 | 315 | 142 | 62 |
| Binary | 101 | 10010111 | 11111100 | 1100010 | 101000 | 0 | 1 | 11001101 | 1100010 | 110010 |
Color Harmonies of #0597FC
Complementary color
Monochromatic Colors of #0597FC
Black with #0597FC
Text Example
Text Example
White with #0597FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597FC; }
p { color: rgb(5,151,252); }
H1.HeaderClassName
{
color: #0597FC;
}
.AnyTagClassName
{
color: #0597FC;
}
</style>
background-color css
<style>
a { background-color: #0597FC; }
a { background-color: rgb(5,151,252); }
div.DivClassName
{
background-color: #0597FC;
}
.BgClassName
{
background-color: #0597FC;
}
</style>
border-color css
<style>
span { border-color: #0597FC; }
span { border-color: rgb(5,151,252); }
td.TdClassName
{
border-color: #0597FC;
}
.TagClassName
{
border-color: #0597FC;
}
</style>