Shades of Dodger Blue #0599FC
Tints of Dodger Blue #0599FC
RGB
CMYK
RGB Variations
Color information
#0599FC (or 0x0599FC) is known color: Dodger Blue. HEX triplet: 05, 99 and FC. RGB value is (5,153,252). Sum of RGB (Red+Green+Blue) = 5+153+252=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #0599FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599FC is #FA6603. Grayscale: #777777. Windows color (decimal): -16410116 or 16554245. OLE color: 16554245.
HSL color Cylindrical-coordinate representation of color #0599FC: hue angle of 204.05º 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 #0599FC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 153 | 252 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.01 |
| HSL | 204.05º | 0.98% | 0.5% | - |
| HSV(B) | 204.05º | 0.98% | 0.99% | - |
| XYZ | 29.02 | 29.84 | 96.33 | - |
| YUV | 120.03 | 202.47 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 252 | 0.98 | 0.39 | 0 | 0.01 | 204.05 | 0.98 | 0.5 |
| Hex | 5 | 99 | FC | 62 | 27 | 0 | 1 | CC | 62 | 32 |
| Octal | 5 | 231 | 374 | 142 | 47 | 0 | 1 | 314 | 142 | 62 |
| Binary | 101 | 10011001 | 11111100 | 1100010 | 100111 | 0 | 1 | 11001100 | 1100010 | 110010 |
Color Harmonies of #0599FC
Complementary color
Monochromatic Colors of #0599FC
Black with #0599FC
Text Example
Text Example
White with #0599FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599FC; }
p { color: rgb(5,153,252); }
H1.HeaderClassName
{
color: #0599FC;
}
.AnyTagClassName
{
color: #0599FC;
}
</style>
background-color css
<style>
a { background-color: #0599FC; }
a { background-color: rgb(5,153,252); }
div.DivClassName
{
background-color: #0599FC;
}
.BgClassName
{
background-color: #0599FC;
}
</style>
border-color css
<style>
span { border-color: #0599FC; }
span { border-color: rgb(5,153,252); }
td.TdClassName
{
border-color: #0599FC;
}
.TagClassName
{
border-color: #0599FC;
}
</style>