Shades of Dodger Blue #0599EE
Tints of Dodger Blue #0599EE
RGB
CMYK
RGB Variations
Color information
#0599EE (or 0x0599EE) is known color: Dodger Blue. HEX triplet: 05, 99 and EE. RGB value is (5,153,238). Sum of RGB (Red+Green+Blue) = 5+153+238=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #0599EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599EE is #FA6611. Grayscale: #757575. Windows color (decimal): -16410130 or 15636741. OLE color: 15636741.
HSL color Cylindrical-coordinate representation of color #0599EE: hue angle of 201.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599EE is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 153 | 238 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.07 |
| HSL | 201.89º | 0.96% | 0.48% | - |
| HSV(B) | 201.89º | 0.98% | 0.93% | - |
| XYZ | 26.89 | 28.99 | 85.07 | - |
| YUV | 118.44 | 195.47 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 238 | 0.98 | 0.36 | 0 | 0.07 | 201.89 | 0.96 | 0.48 |
| Hex | 5 | 99 | EE | 62 | 24 | 0 | 7 | CA | 60 | 30 |
| Octal | 5 | 231 | 356 | 142 | 44 | 0 | 7 | 312 | 140 | 60 |
| Binary | 101 | 10011001 | 11101110 | 1100010 | 100100 | 0 | 111 | 11001010 | 1100000 | 110000 |
Color Harmonies of #0599EE
Complementary color
Monochromatic Colors of #0599EE
Black with #0599EE
Text Example
Text Example
White with #0599EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599EE; }
p { color: rgb(5,153,238); }
H1.HeaderClassName
{
color: #0599EE;
}
.AnyTagClassName
{
color: #0599EE;
}
</style>
background-color css
<style>
a { background-color: #0599EE; }
a { background-color: rgb(5,153,238); }
div.DivClassName
{
background-color: #0599EE;
}
.BgClassName
{
background-color: #0599EE;
}
</style>
border-color css
<style>
span { border-color: #0599EE; }
span { border-color: rgb(5,153,238); }
td.TdClassName
{
border-color: #0599EE;
}
.TagClassName
{
border-color: #0599EE;
}
</style>