Shades of Dodger Blue #0E87DF
Tints of Dodger Blue #0E87DF
RGB
CMYK
RGB Variations
Color information
#0E87DF (or 0x0E87DF) is known color: Dodger Blue. HEX triplet: 0E, 87 and DF. RGB value is (14,135,223). Sum of RGB (Red+Green+Blue) = 14+135+223=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E87DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E87DF is #F17820. Grayscale: #6C6C6C. Windows color (decimal): -15824929 or 14649102. OLE color: 14649102.
HSL color Cylindrical-coordinate representation of color #0E87DF: hue angle of 205.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E87DF is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 135 | 223 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.13 |
| HSL | 205.26º | 0.88% | 0.46% | - |
| HSV(B) | 205.26º | 0.94% | 0.87% | - |
| XYZ | 22.16 | 22.75 | 73.03 | - |
| YUV | 108.85 | 192.41 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 135 | 223 | 0.94 | 0.39 | 0 | 0.13 | 205.26 | 0.88 | 0.46 |
| Hex | E | 87 | DF | 5E | 27 | 0 | D | CD | 58 | 2E |
| Octal | 16 | 207 | 337 | 136 | 47 | 0 | 15 | 315 | 130 | 56 |
| Binary | 1110 | 10000111 | 11011111 | 1011110 | 100111 | 0 | 1101 | 11001101 | 1011000 | 101110 |
Color Harmonies of #0E87DF
Complementary color
Monochromatic Colors of #0E87DF
Black with #0E87DF
Text Example
Text Example
White with #0E87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E87DF; }
p { color: rgb(14,135,223); }
H1.HeaderClassName
{
color: #0E87DF;
}
.AnyTagClassName
{
color: #0E87DF;
}
</style>
background-color css
<style>
a { background-color: #0E87DF; }
a { background-color: rgb(14,135,223); }
div.DivClassName
{
background-color: #0E87DF;
}
.BgClassName
{
background-color: #0E87DF;
}
</style>
border-color css
<style>
span { border-color: #0E87DF; }
span { border-color: rgb(14,135,223); }
td.TdClassName
{
border-color: #0E87DF;
}
.TagClassName
{
border-color: #0E87DF;
}
</style>