Shades of Dodger Blue #0598FE
Tints of Dodger Blue #0598FE
RGB
CMYK
RGB Variations
Color information
#0598FE (or 0x0598FE) is known color: Dodger Blue. HEX triplet: 05, 98 and FE. RGB value is (5,152,254). Sum of RGB (Red+Green+Blue) = 5+152+254=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #0598FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598FE is #FA6701. Grayscale: #777777. Windows color (decimal): -16410370 or 16685061. OLE color: 16685061.
HSL color Cylindrical-coordinate representation of color #0598FE: hue angle of 204.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598FE is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 152 | 254 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.00 |
| HSL | 204.58º | 0.99% | 0.51% | - |
| HSV(B) | 204.58º | 0.98% | 1% | - |
| XYZ | 29.18 | 29.64 | 97.95 | - |
| YUV | 119.68 | 203.8 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 254 | 0.98 | 0.40 | 0 | 0.00 | 204.58 | 0.99 | 0.51 |
| Hex | 5 | 98 | FE | 62 | 28 | 0 | 0 | CD | 63 | 33 |
| Octal | 5 | 230 | 376 | 142 | 50 | 0 | 0 | 315 | 143 | 63 |
| Binary | 101 | 10011000 | 11111110 | 1100010 | 101000 | 0 | 0 | 11001101 | 1100011 | 110011 |
Color Harmonies of #0598FE
Complementary color
Monochromatic Colors of #0598FE
Black with #0598FE
Text Example
Text Example
White with #0598FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598FE; }
p { color: rgb(5,152,254); }
H1.HeaderClassName
{
color: #0598FE;
}
.AnyTagClassName
{
color: #0598FE;
}
</style>
background-color css
<style>
a { background-color: #0598FE; }
a { background-color: rgb(5,152,254); }
div.DivClassName
{
background-color: #0598FE;
}
.BgClassName
{
background-color: #0598FE;
}
</style>
border-color css
<style>
span { border-color: #0598FE; }
span { border-color: rgb(5,152,254); }
td.TdClassName
{
border-color: #0598FE;
}
.TagClassName
{
border-color: #0598FE;
}
</style>