Shades of Dodger Blue #0E7AFD
Tints of Dodger Blue #0E7AFD
RGB
CMYK
RGB Variations
Color information
#0E7AFD (or 0x0E7AFD) is known color: Dodger Blue. HEX triplet: 0E, 7A and FD. RGB value is (14,122,253). Sum of RGB (Red+Green+Blue) = 14+122+253=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E7AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFD is #F18502. Grayscale: #686868. Windows color (decimal): -15828227 or 16611854. OLE color: 16611854.
HSL color Cylindrical-coordinate representation of color #0E7AFD: hue angle of 212.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7AFD is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 122 | 253 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.01 |
| HSL | 212.89º | 0.98% | 0.52% | - |
| HSV(B) | 212.89º | 0.94% | 0.99% | - |
| XYZ | 24.87 | 21.1 | 95.69 | - |
| YUV | 104.64 | 211.72 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 253 | 0.94 | 0.52 | 0 | 0.01 | 212.89 | 0.98 | 0.52 |
| Hex | E | 7A | FD | 5E | 34 | 0 | 1 | D5 | 62 | 34 |
| Octal | 16 | 172 | 375 | 136 | 64 | 0 | 1 | 325 | 142 | 64 |
| Binary | 1110 | 1111010 | 11111101 | 1011110 | 110100 | 0 | 1 | 11010101 | 1100010 | 110100 |
Color Harmonies of #0E7AFD
Complementary color
Monochromatic Colors of #0E7AFD
Black with #0E7AFD
Text Example
Text Example
White with #0E7AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7AFD; }
p { color: rgb(14,122,253); }
H1.HeaderClassName
{
color: #0E7AFD;
}
.AnyTagClassName
{
color: #0E7AFD;
}
</style>
background-color css
<style>
a { background-color: #0E7AFD; }
a { background-color: rgb(14,122,253); }
div.DivClassName
{
background-color: #0E7AFD;
}
.BgClassName
{
background-color: #0E7AFD;
}
</style>
border-color css
<style>
span { border-color: #0E7AFD; }
span { border-color: rgb(14,122,253); }
td.TdClassName
{
border-color: #0E7AFD;
}
.TagClassName
{
border-color: #0E7AFD;
}
</style>