Shades of Dodger Blue #0E98FF
Tints of Dodger Blue #0E98FF
RGB
CMYK
RGB Variations
Color information
#0E98FF (or 0x0E98FF) is known color: Dodger Blue. HEX triplet: 0E, 98 and FF. RGB value is (14,152,255). Sum of RGB (Red+Green+Blue) = 14+152+255=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E98FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E98FF is #F16700. Grayscale: #797979. Windows color (decimal): -15820545 or 16750606. OLE color: 16750606.
HSL color Cylindrical-coordinate representation of color #0E98FF: hue angle of 205.64º 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 #0E98FF is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 152 | 255 | - |
| CMYK | 0.95 | 0.40 | 0 | 0 |
| HSL | 205.64º | 1% | 0.53% | - |
| HSV(B) | 205.64º | 0.95% | 1% | - |
| XYZ | 29.46 | 29.77 | 98.8 | - |
| YUV | 122.48 | 202.78 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 255 | 0.95 | 0.40 | 0 | 0 | 205.64 | 1 | 0.53 |
| Hex | E | 98 | FF | 5F | 28 | 0 | 0 | CE | 64 | 35 |
| Octal | 16 | 230 | 377 | 137 | 50 | 0 | 0 | 316 | 144 | 65 |
| Binary | 1110 | 10011000 | 11111111 | 1011111 | 101000 | 0 | 0 | 11001110 | 1100100 | 110101 |
Color Harmonies of #0E98FF
Complementary color
Monochromatic Colors of #0E98FF
Black with #0E98FF
Text Example
Text Example
White with #0E98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E98FF; }
p { color: rgb(14,152,255); }
H1.HeaderClassName
{
color: #0E98FF;
}
.AnyTagClassName
{
color: #0E98FF;
}
</style>
background-color css
<style>
a { background-color: #0E98FF; }
a { background-color: rgb(14,152,255); }
div.DivClassName
{
background-color: #0E98FF;
}
.BgClassName
{
background-color: #0E98FF;
}
</style>
border-color css
<style>
span { border-color: #0E98FF; }
span { border-color: rgb(14,152,255); }
td.TdClassName
{
border-color: #0E98FF;
}
.TagClassName
{
border-color: #0E98FF;
}
</style>