Shades of Dodger Blue #0E6FF9
Tints of Dodger Blue #0E6FF9
RGB
CMYK
RGB Variations
Color information
#0E6FF9 (or 0x0E6FF9) is known color: Dodger Blue. HEX triplet: 0E, 6F and F9. RGB value is (14,111,249). Sum of RGB (Red+Green+Blue) = 14+111+249=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E6FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6FF9 is #F19006. Grayscale: #616161. Windows color (decimal): -15831047 or 16346894. OLE color: 16346894.
HSL color Cylindrical-coordinate representation of color #0E6FF9: hue angle of 215.23º 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 #0E6FF9 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 111 | 249 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.02 |
| HSL | 215.23º | 0.95% | 0.52% | - |
| HSV(B) | 215.23º | 0.94% | 0.98% | - |
| XYZ | 22.96 | 18.3 | 91.94 | - |
| YUV | 97.73 | 213.36 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 249 | 0.94 | 0.55 | 0 | 0.02 | 215.23 | 0.95 | 0.52 |
| Hex | E | 6F | F9 | 5E | 37 | 0 | 2 | D7 | 5F | 34 |
| Octal | 16 | 157 | 371 | 136 | 67 | 0 | 2 | 327 | 137 | 64 |
| Binary | 1110 | 1101111 | 11111001 | 1011110 | 110111 | 0 | 10 | 11010111 | 1011111 | 110100 |
Color Harmonies of #0E6FF9
Complementary color
Monochromatic Colors of #0E6FF9
Black with #0E6FF9
Text Example
Text Example
White with #0E6FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6FF9; }
p { color: rgb(14,111,249); }
H1.HeaderClassName
{
color: #0E6FF9;
}
.AnyTagClassName
{
color: #0E6FF9;
}
</style>
background-color css
<style>
a { background-color: #0E6FF9; }
a { background-color: rgb(14,111,249); }
div.DivClassName
{
background-color: #0E6FF9;
}
.BgClassName
{
background-color: #0E6FF9;
}
</style>
border-color css
<style>
span { border-color: #0E6FF9; }
span { border-color: rgb(14,111,249); }
td.TdClassName
{
border-color: #0E6FF9;
}
.TagClassName
{
border-color: #0E6FF9;
}
</style>