Shades of Dodger Blue #0E6DF9
Tints of Dodger Blue #0E6DF9
RGB
CMYK
RGB Variations
Color information
#0E6DF9 (or 0x0E6DF9) is known color: Dodger Blue. HEX triplet: 0E, 6D and F9. RGB value is (14,109,249). Sum of RGB (Red+Green+Blue) = 14+109+249=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E6DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6DF9 is #F19206. Grayscale: #5F5F5F. Windows color (decimal): -15831559 or 16346382. OLE color: 16346382.
HSL color Cylindrical-coordinate representation of color #0E6DF9: hue angle of 215.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6DF9 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 109 | 249 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.02 |
| HSL | 215.74º | 0.95% | 0.52% | - |
| HSV(B) | 215.74º | 0.94% | 0.98% | - |
| XYZ | 22.75 | 17.87 | 91.87 | - |
| YUV | 96.56 | 214.03 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 249 | 0.94 | 0.56 | 0 | 0.02 | 215.74 | 0.95 | 0.52 |
| Hex | E | 6D | F9 | 5E | 38 | 0 | 2 | D8 | 5F | 34 |
| Octal | 16 | 155 | 371 | 136 | 70 | 0 | 2 | 330 | 137 | 64 |
| Binary | 1110 | 1101101 | 11111001 | 1011110 | 111000 | 0 | 10 | 11011000 | 1011111 | 110100 |
Color Harmonies of #0E6DF9
Complementary color
Monochromatic Colors of #0E6DF9
Black with #0E6DF9
Text Example
Text Example
White with #0E6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6DF9; }
p { color: rgb(14,109,249); }
H1.HeaderClassName
{
color: #0E6DF9;
}
.AnyTagClassName
{
color: #0E6DF9;
}
</style>
background-color css
<style>
a { background-color: #0E6DF9; }
a { background-color: rgb(14,109,249); }
div.DivClassName
{
background-color: #0E6DF9;
}
.BgClassName
{
background-color: #0E6DF9;
}
</style>
border-color css
<style>
span { border-color: #0E6DF9; }
span { border-color: rgb(14,109,249); }
td.TdClassName
{
border-color: #0E6DF9;
}
.TagClassName
{
border-color: #0E6DF9;
}
</style>