Shades of Dodger Blue #0E5DFF
Tints of Dodger Blue #0E5DFF
RGB
CMYK
RGB Variations
Color information
#0E5DFF (or 0x0E5DFF) is known color: Dodger Blue. HEX triplet: 0E, 5D and FF. RGB value is (14,93,255). Sum of RGB (Red+Green+Blue) = 14+93+255=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E5DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5DFF is #F1A200. Grayscale: #575757. Windows color (decimal): -15835649 or 16735502. OLE color: 16735502.
HSL color Cylindrical-coordinate representation of color #0E5DFF: hue angle of 220.33º 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 #0E5DFF is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 93 | 255 | - |
| CMYK | 0.95 | 0.64 | 0 | 0 |
| HSL | 220.33º | 1% | 0.53% | - |
| HSV(B) | 220.33º | 0.95% | 1% | - |
| XYZ | 22.15 | 15.14 | 96.36 | - |
| YUV | 87.85 | 222.33 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 255 | 0.95 | 0.64 | 0 | 0 | 220.33 | 1 | 0.53 |
| Hex | E | 5D | FF | 5F | 40 | 0 | 0 | DC | 64 | 35 |
| Octal | 16 | 135 | 377 | 137 | 100 | 0 | 0 | 334 | 144 | 65 |
| Binary | 1110 | 1011101 | 11111111 | 1011111 | 1000000 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #0E5DFF
Complementary color
Monochromatic Colors of #0E5DFF
Black with #0E5DFF
Text Example
Text Example
White with #0E5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DFF; }
p { color: rgb(14,93,255); }
H1.HeaderClassName
{
color: #0E5DFF;
}
.AnyTagClassName
{
color: #0E5DFF;
}
</style>
background-color css
<style>
a { background-color: #0E5DFF; }
a { background-color: rgb(14,93,255); }
div.DivClassName
{
background-color: #0E5DFF;
}
.BgClassName
{
background-color: #0E5DFF;
}
</style>
border-color css
<style>
span { border-color: #0E5DFF; }
span { border-color: rgb(14,93,255); }
td.TdClassName
{
border-color: #0E5DFF;
}
.TagClassName
{
border-color: #0E5DFF;
}
</style>