Shades of Dodger Blue #0599EA
Tints of Dodger Blue #0599EA
RGB
CMYK
RGB Variations
Color information
#0599EA (or 0x0599EA) is known color: Dodger Blue. HEX triplet: 05, 99 and EA. RGB value is (5,153,234). Sum of RGB (Red+Green+Blue) = 5+153+234=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #0599EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599EA is #FA6615. Grayscale: #757575. Windows color (decimal): -16410134 or 15374597. OLE color: 15374597.
HSL color Cylindrical-coordinate representation of color #0599EA: hue angle of 201.22º 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 #0599EA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 153 | 234 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.08 |
| HSL | 201.22º | 0.96% | 0.47% | - |
| HSV(B) | 201.22º | 0.98% | 0.92% | - |
| XYZ | 26.31 | 28.76 | 82.01 | - |
| YUV | 117.98 | 193.47 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 234 | 0.98 | 0.35 | 0 | 0.08 | 201.22 | 0.96 | 0.47 |
| Hex | 5 | 99 | EA | 62 | 23 | 0 | 8 | C9 | 60 | 2F |
| Octal | 5 | 231 | 352 | 142 | 43 | 0 | 10 | 311 | 140 | 57 |
| Binary | 101 | 10011001 | 11101010 | 1100010 | 100011 | 0 | 1000 | 11001001 | 1100000 | 101111 |
Color Harmonies of #0599EA
Complementary color
Monochromatic Colors of #0599EA
Black with #0599EA
Text Example
Text Example
White with #0599EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599EA; }
p { color: rgb(5,153,234); }
H1.HeaderClassName
{
color: #0599EA;
}
.AnyTagClassName
{
color: #0599EA;
}
</style>
background-color css
<style>
a { background-color: #0599EA; }
a { background-color: rgb(5,153,234); }
div.DivClassName
{
background-color: #0599EA;
}
.BgClassName
{
background-color: #0599EA;
}
</style>
border-color css
<style>
span { border-color: #0599EA; }
span { border-color: rgb(5,153,234); }
td.TdClassName
{
border-color: #0599EA;
}
.TagClassName
{
border-color: #0599EA;
}
</style>