Shades of Dodger Blue #0E99FF
Tints of Dodger Blue #0E99FF
RGB
CMYK
RGB Variations
Color information
#0E99FF (or 0x0E99FF) is known color: Dodger Blue. HEX triplet: 0E, 99 and FF. RGB value is (14,153,255). Sum of RGB (Red+Green+Blue) = 14+153+255=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E99FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E99FF is #F16600. Grayscale: #7A7A7A. Windows color (decimal): -15820289 or 16750862. OLE color: 16750862.
HSL color Cylindrical-coordinate representation of color #0E99FF: hue angle of 205.39º 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 #0E99FF is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 153 | 255 | - |
| CMYK | 0.95 | 0.4 | 0 | 0 |
| HSL | 205.39º | 1% | 0.53% | - |
| HSV(B) | 205.39º | 0.95% | 1% | - |
| XYZ | 29.62 | 30.1 | 98.86 | - |
| YUV | 123.07 | 202.45 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 255 | 0.95 | 0.4 | 0 | 0 | 205.39 | 1 | 0.53 |
| Hex | E | 99 | FF | 5F | 28 | 0 | 0 | CD | 64 | 35 |
| Octal | 16 | 231 | 377 | 137 | 50 | 0 | 0 | 315 | 144 | 65 |
| Binary | 1110 | 10011001 | 11111111 | 1011111 | 101000 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #0E99FF
Complementary color
Monochromatic Colors of #0E99FF
Black with #0E99FF
Text Example
Text Example
White with #0E99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E99FF; }
p { color: rgb(14,153,255); }
H1.HeaderClassName
{
color: #0E99FF;
}
.AnyTagClassName
{
color: #0E99FF;
}
</style>
background-color css
<style>
a { background-color: #0E99FF; }
a { background-color: rgb(14,153,255); }
div.DivClassName
{
background-color: #0E99FF;
}
.BgClassName
{
background-color: #0E99FF;
}
</style>
border-color css
<style>
span { border-color: #0E99FF; }
span { border-color: rgb(14,153,255); }
td.TdClassName
{
border-color: #0E99FF;
}
.TagClassName
{
border-color: #0E99FF;
}
</style>