Shades of Dodger Blue #0598EC
Tints of Dodger Blue #0598EC
RGB
CMYK
RGB Variations
Color information
#0598EC (or 0x0598EC) is known color: Dodger Blue. HEX triplet: 05, 98 and EC. RGB value is (5,152,236). Sum of RGB (Red+Green+Blue) = 5+152+236=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #0598EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598EC is #FA6713. Grayscale: #757575. Windows color (decimal): -16410388 or 15505413. OLE color: 15505413.
HSL color Cylindrical-coordinate representation of color #0598EC: hue angle of 201.82º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598EC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 152 | 236 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.07 |
| HSL | 201.82º | 0.96% | 0.47% | - |
| HSV(B) | 201.82º | 0.98% | 0.93% | - |
| XYZ | 26.43 | 28.54 | 83.47 | - |
| YUV | 117.62 | 194.8 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 236 | 0.98 | 0.36 | 0 | 0.07 | 201.82 | 0.96 | 0.47 |
| Hex | 5 | 98 | EC | 62 | 24 | 0 | 7 | CA | 60 | 2F |
| Octal | 5 | 230 | 354 | 142 | 44 | 0 | 7 | 312 | 140 | 57 |
| Binary | 101 | 10011000 | 11101100 | 1100010 | 100100 | 0 | 111 | 11001010 | 1100000 | 101111 |
Color Harmonies of #0598EC
Complementary color
Monochromatic Colors of #0598EC
Black with #0598EC
Text Example
Text Example
White with #0598EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598EC; }
p { color: rgb(5,152,236); }
H1.HeaderClassName
{
color: #0598EC;
}
.AnyTagClassName
{
color: #0598EC;
}
</style>
background-color css
<style>
a { background-color: #0598EC; }
a { background-color: rgb(5,152,236); }
div.DivClassName
{
background-color: #0598EC;
}
.BgClassName
{
background-color: #0598EC;
}
</style>
border-color css
<style>
span { border-color: #0598EC; }
span { border-color: rgb(5,152,236); }
td.TdClassName
{
border-color: #0598EC;
}
.TagClassName
{
border-color: #0598EC;
}
</style>