Shades of Dodger Blue #0D98FA
Tints of Dodger Blue #0D98FA
RGB
CMYK
RGB Variations
Color information
#0D98FA (or 0x0D98FA) is known color: Dodger Blue. HEX triplet: 0D, 98 and FA. RGB value is (13,152,250). Sum of RGB (Red+Green+Blue) = 13+152+250=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D98FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D98FA is #F26705. Grayscale: #797979. Windows color (decimal): -15886086 or 16422925. OLE color: 16422925.
HSL color Cylindrical-coordinate representation of color #0D98FA: hue angle of 204.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D98FA is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 152 | 250 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.02 |
| HSL | 204.81º | 0.96% | 0.52% | - |
| HSV(B) | 204.81º | 0.95% | 0.98% | - |
| XYZ | 28.65 | 29.44 | 94.62 | - |
| YUV | 121.61 | 200.45 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 250 | 0.95 | 0.39 | 0 | 0.02 | 204.81 | 0.96 | 0.52 |
| Hex | D | 98 | FA | 5F | 27 | 0 | 2 | CD | 60 | 34 |
| Octal | 15 | 230 | 372 | 137 | 47 | 0 | 2 | 315 | 140 | 64 |
| Binary | 1101 | 10011000 | 11111010 | 1011111 | 100111 | 0 | 10 | 11001101 | 1100000 | 110100 |
Color Harmonies of #0D98FA
Complementary color
Monochromatic Colors of #0D98FA
Black with #0D98FA
Text Example
Text Example
White with #0D98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D98FA; }
p { color: rgb(13,152,250); }
H1.HeaderClassName
{
color: #0D98FA;
}
.AnyTagClassName
{
color: #0D98FA;
}
</style>
background-color css
<style>
a { background-color: #0D98FA; }
a { background-color: rgb(13,152,250); }
div.DivClassName
{
background-color: #0D98FA;
}
.BgClassName
{
background-color: #0D98FA;
}
</style>
border-color css
<style>
span { border-color: #0D98FA; }
span { border-color: rgb(13,152,250); }
td.TdClassName
{
border-color: #0D98FA;
}
.TagClassName
{
border-color: #0D98FA;
}
</style>