Shades of Dodger Blue #0599EB
Tints of Dodger Blue #0599EB
RGB
CMYK
RGB Variations
Color information
#0599EB (or 0x0599EB) is known color: Dodger Blue. HEX triplet: 05, 99 and EB. RGB value is (5,153,235). Sum of RGB (Red+Green+Blue) = 5+153+235=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #0599EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599EB is #FA6614. Grayscale: #757575. Windows color (decimal): -16410133 or 15440133. OLE color: 15440133.
HSL color Cylindrical-coordinate representation of color #0599EB: hue angle of 201.39º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599EB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 153 | 235 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.08 |
| HSL | 201.39º | 0.96% | 0.47% | - |
| HSV(B) | 201.39º | 0.98% | 0.92% | - |
| XYZ | 26.45 | 28.81 | 82.76 | - |
| YUV | 118.1 | 193.97 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 235 | 0.98 | 0.35 | 0 | 0.08 | 201.39 | 0.96 | 0.47 |
| Hex | 5 | 99 | EB | 62 | 23 | 0 | 8 | C9 | 60 | 2F |
| Octal | 5 | 231 | 353 | 142 | 43 | 0 | 10 | 311 | 140 | 57 |
| Binary | 101 | 10011001 | 11101011 | 1100010 | 100011 | 0 | 1000 | 11001001 | 1100000 | 101111 |
Color Harmonies of #0599EB
Complementary color
Monochromatic Colors of #0599EB
Black with #0599EB
Text Example
Text Example
White with #0599EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599EB; }
p { color: rgb(5,153,235); }
H1.HeaderClassName
{
color: #0599EB;
}
.AnyTagClassName
{
color: #0599EB;
}
</style>
background-color css
<style>
a { background-color: #0599EB; }
a { background-color: rgb(5,153,235); }
div.DivClassName
{
background-color: #0599EB;
}
.BgClassName
{
background-color: #0599EB;
}
</style>
border-color css
<style>
span { border-color: #0599EB; }
span { border-color: rgb(5,153,235); }
td.TdClassName
{
border-color: #0599EB;
}
.TagClassName
{
border-color: #0599EB;
}
</style>