Shades of Dodger Blue #0599FD
Tints of Dodger Blue #0599FD
RGB
CMYK
RGB Variations
Color information
#0599FD (or 0x0599FD) is known color: Dodger Blue. HEX triplet: 05, 99 and FD. RGB value is (5,153,253). Sum of RGB (Red+Green+Blue) = 5+153+253=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #0599FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599FD is #FA6602. Grayscale: #777777. Windows color (decimal): -16410115 or 16619781. OLE color: 16619781.
HSL color Cylindrical-coordinate representation of color #0599FD: hue angle of 204.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599FD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 153 | 253 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.01 |
| HSL | 204.19º | 0.98% | 0.51% | - |
| HSV(B) | 204.19º | 0.98% | 0.99% | - |
| XYZ | 29.18 | 29.91 | 97.16 | - |
| YUV | 120.15 | 202.97 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 253 | 0.98 | 0.40 | 0 | 0.01 | 204.19 | 0.98 | 0.51 |
| Hex | 5 | 99 | FD | 62 | 28 | 0 | 1 | CC | 62 | 33 |
| Octal | 5 | 231 | 375 | 142 | 50 | 0 | 1 | 314 | 142 | 63 |
| Binary | 101 | 10011001 | 11111101 | 1100010 | 101000 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #0599FD
Complementary color
Monochromatic Colors of #0599FD
Black with #0599FD
Text Example
Text Example
White with #0599FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599FD; }
p { color: rgb(5,153,253); }
H1.HeaderClassName
{
color: #0599FD;
}
.AnyTagClassName
{
color: #0599FD;
}
</style>
background-color css
<style>
a { background-color: #0599FD; }
a { background-color: rgb(5,153,253); }
div.DivClassName
{
background-color: #0599FD;
}
.BgClassName
{
background-color: #0599FD;
}
</style>
border-color css
<style>
span { border-color: #0599FD; }
span { border-color: rgb(5,153,253); }
td.TdClassName
{
border-color: #0599FD;
}
.TagClassName
{
border-color: #0599FD;
}
</style>