Shades of Dodger Blue #0598FF
Tints of Dodger Blue #0598FF
RGB
CMYK
RGB Variations
Color information
#0598FF (or 0x0598FF) is known color: Dodger Blue. HEX triplet: 05, 98 and FF. RGB value is (5,152,255). Sum of RGB (Red+Green+Blue) = 5+152+255=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #0598FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598FF is #FA6700. Grayscale: #777777. Windows color (decimal): -16410369 or 16750597. OLE color: 16750597.
HSL color Cylindrical-coordinate representation of color #0598FF: hue angle of 204.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598FF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 152 | 255 | - |
| CMYK | 0.98 | 0.40 | 0 | 0 |
| HSL | 204.72º | 1% | 0.51% | - |
| HSV(B) | 204.72º | 0.98% | 1% | - |
| XYZ | 29.34 | 29.71 | 98.8 | - |
| YUV | 119.79 | 204.3 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 255 | 0.98 | 0.40 | 0 | 0 | 204.72 | 1 | 0.51 |
| Hex | 5 | 98 | FF | 62 | 28 | 0 | 0 | CD | 64 | 33 |
| Octal | 5 | 230 | 377 | 142 | 50 | 0 | 0 | 315 | 144 | 63 |
| Binary | 101 | 10011000 | 11111111 | 1100010 | 101000 | 0 | 0 | 11001101 | 1100100 | 110011 |
Color Harmonies of #0598FF
Complementary color
Monochromatic Colors of #0598FF
Black with #0598FF
Text Example
Text Example
White with #0598FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598FF; }
p { color: rgb(5,152,255); }
H1.HeaderClassName
{
color: #0598FF;
}
.AnyTagClassName
{
color: #0598FF;
}
</style>
background-color css
<style>
a { background-color: #0598FF; }
a { background-color: rgb(5,152,255); }
div.DivClassName
{
background-color: #0598FF;
}
.BgClassName
{
background-color: #0598FF;
}
</style>
border-color css
<style>
span { border-color: #0598FF; }
span { border-color: rgb(5,152,255); }
td.TdClassName
{
border-color: #0598FF;
}
.TagClassName
{
border-color: #0598FF;
}
</style>