Shades of Dodger Blue #0598EB
Tints of Dodger Blue #0598EB
RGB
CMYK
RGB Variations
Color information
#0598EB (or 0x0598EB) is known color: Dodger Blue. HEX triplet: 05, 98 and EB. RGB value is (5,152,235). Sum of RGB (Red+Green+Blue) = 5+152+235=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #0598EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598EB is #FA6714. Grayscale: #757575. Windows color (decimal): -16410389 or 15439877. OLE color: 15439877.
HSL color Cylindrical-coordinate representation of color #0598EB: hue angle of 201.65º 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 #0598EB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 152 | 235 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.08 |
| HSL | 201.65º | 0.96% | 0.47% | - |
| HSV(B) | 201.65º | 0.98% | 0.92% | - |
| XYZ | 26.29 | 28.49 | 82.71 | - |
| YUV | 117.51 | 194.3 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 235 | 0.98 | 0.35 | 0 | 0.08 | 201.65 | 0.96 | 0.47 |
| Hex | 5 | 98 | EB | 62 | 23 | 0 | 8 | CA | 60 | 2F |
| Octal | 5 | 230 | 353 | 142 | 43 | 0 | 10 | 312 | 140 | 57 |
| Binary | 101 | 10011000 | 11101011 | 1100010 | 100011 | 0 | 1000 | 11001010 | 1100000 | 101111 |
Color Harmonies of #0598EB
Complementary color
Monochromatic Colors of #0598EB
Black with #0598EB
Text Example
Text Example
White with #0598EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598EB; }
p { color: rgb(5,152,235); }
H1.HeaderClassName
{
color: #0598EB;
}
.AnyTagClassName
{
color: #0598EB;
}
</style>
background-color css
<style>
a { background-color: #0598EB; }
a { background-color: rgb(5,152,235); }
div.DivClassName
{
background-color: #0598EB;
}
.BgClassName
{
background-color: #0598EB;
}
</style>
border-color css
<style>
span { border-color: #0598EB; }
span { border-color: rgb(5,152,235); }
td.TdClassName
{
border-color: #0598EB;
}
.TagClassName
{
border-color: #0598EB;
}
</style>