Shades of Dodger Blue #0E7FF8
Tints of Dodger Blue #0E7FF8
RGB
CMYK
RGB Variations
Color information
#0E7FF8 (or 0x0E7FF8) is known color: Dodger Blue. HEX triplet: 0E, 7F and F8. RGB value is (14,127,248). Sum of RGB (Red+Green+Blue) = 14+127+248=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #0E7FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7FF8 is #F18007. Grayscale: #6A6A6A. Windows color (decimal): -15826952 or 16285454. OLE color: 16285454.
HSL color Cylindrical-coordinate representation of color #0E7FF8: hue angle of 211.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7FF8 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 127 | 248 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.03 |
| HSL | 211.03º | 0.94% | 0.51% | - |
| HSV(B) | 211.03º | 0.94% | 0.97% | - |
| XYZ | 24.71 | 22.05 | 91.76 | - |
| YUV | 107.01 | 207.56 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 248 | 0.94 | 0.49 | 0 | 0.03 | 211.03 | 0.94 | 0.51 |
| Hex | E | 7F | F8 | 5E | 31 | 0 | 3 | D3 | 5E | 33 |
| Octal | 16 | 177 | 370 | 136 | 61 | 0 | 3 | 323 | 136 | 63 |
| Binary | 1110 | 1111111 | 11111000 | 1011110 | 110001 | 0 | 11 | 11010011 | 1011110 | 110011 |
Color Harmonies of #0E7FF8
Complementary color
Monochromatic Colors of #0E7FF8
Black with #0E7FF8
Text Example
Text Example
White with #0E7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FF8; }
p { color: rgb(14,127,248); }
H1.HeaderClassName
{
color: #0E7FF8;
}
.AnyTagClassName
{
color: #0E7FF8;
}
</style>
background-color css
<style>
a { background-color: #0E7FF8; }
a { background-color: rgb(14,127,248); }
div.DivClassName
{
background-color: #0E7FF8;
}
.BgClassName
{
background-color: #0E7FF8;
}
</style>
border-color css
<style>
span { border-color: #0E7FF8; }
span { border-color: rgb(14,127,248); }
td.TdClassName
{
border-color: #0E7FF8;
}
.TagClassName
{
border-color: #0E7FF8;
}
</style>