Shades of Dodger Blue #0D98FF
Tints of Dodger Blue #0D98FF
RGB
CMYK
RGB Variations
Color information
#0D98FF (or 0x0D98FF) is known color: Dodger Blue. HEX triplet: 0D, 98 and FF. RGB value is (13,152,255). Sum of RGB (Red+Green+Blue) = 13+152+255=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D98FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D98FF is #F26700. Grayscale: #797979. Windows color (decimal): -15886081 or 16750605. OLE color: 16750605.
HSL color Cylindrical-coordinate representation of color #0D98FF: hue angle of 205.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D98FF is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 152 | 255 | - |
| CMYK | 0.95 | 0.40 | 0 | 0 |
| HSL | 205.54º | 1% | 0.53% | - |
| HSV(B) | 205.54º | 0.95% | 1% | - |
| XYZ | 29.44 | 29.76 | 98.8 | - |
| YUV | 122.18 | 202.95 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 255 | 0.95 | 0.40 | 0 | 0 | 205.54 | 1 | 0.53 |
| Hex | D | 98 | FF | 5F | 28 | 0 | 0 | CE | 64 | 35 |
| Octal | 15 | 230 | 377 | 137 | 50 | 0 | 0 | 316 | 144 | 65 |
| Binary | 1101 | 10011000 | 11111111 | 1011111 | 101000 | 0 | 0 | 11001110 | 1100100 | 110101 |
Color Harmonies of #0D98FF
Complementary color
Monochromatic Colors of #0D98FF
Black with #0D98FF
Text Example
Text Example
White with #0D98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D98FF; }
p { color: rgb(13,152,255); }
H1.HeaderClassName
{
color: #0D98FF;
}
.AnyTagClassName
{
color: #0D98FF;
}
</style>
background-color css
<style>
a { background-color: #0D98FF; }
a { background-color: rgb(13,152,255); }
div.DivClassName
{
background-color: #0D98FF;
}
.BgClassName
{
background-color: #0D98FF;
}
</style>
border-color css
<style>
span { border-color: #0D98FF; }
span { border-color: rgb(13,152,255); }
td.TdClassName
{
border-color: #0D98FF;
}
.TagClassName
{
border-color: #0D98FF;
}
</style>