Shades of Dodger Blue #0E7AFB
Tints of Dodger Blue #0E7AFB
RGB
CMYK
RGB Variations
Color information
#0E7AFB (or 0x0E7AFB) is known color: Dodger Blue. HEX triplet: 0E, 7A and FB. RGB value is (14,122,251). Sum of RGB (Red+Green+Blue) = 14+122+251=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E7AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFB is #F18504. Grayscale: #676767. Windows color (decimal): -15828229 or 16480782. OLE color: 16480782.
HSL color Cylindrical-coordinate representation of color #0E7AFB: hue angle of 212.66º degrees, saturation: 0.97, 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 #0E7AFB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 122 | 251 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.02 |
| HSL | 212.66º | 0.97% | 0.52% | - |
| HSV(B) | 212.66º | 0.94% | 0.98% | - |
| XYZ | 24.55 | 20.98 | 94.02 | - |
| YUV | 104.41 | 210.72 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 251 | 0.94 | 0.51 | 0 | 0.02 | 212.66 | 0.97 | 0.52 |
| Hex | E | 7A | FB | 5E | 33 | 0 | 2 | D5 | 61 | 34 |
| Octal | 16 | 172 | 373 | 136 | 63 | 0 | 2 | 325 | 141 | 64 |
| Binary | 1110 | 1111010 | 11111011 | 1011110 | 110011 | 0 | 10 | 11010101 | 1100001 | 110100 |
Color Harmonies of #0E7AFB
Complementary color
Monochromatic Colors of #0E7AFB
Black with #0E7AFB
Text Example
Text Example
White with #0E7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7AFB; }
p { color: rgb(14,122,251); }
H1.HeaderClassName
{
color: #0E7AFB;
}
.AnyTagClassName
{
color: #0E7AFB;
}
</style>
background-color css
<style>
a { background-color: #0E7AFB; }
a { background-color: rgb(14,122,251); }
div.DivClassName
{
background-color: #0E7AFB;
}
.BgClassName
{
background-color: #0E7AFB;
}
</style>
border-color css
<style>
span { border-color: #0E7AFB; }
span { border-color: rgb(14,122,251); }
td.TdClassName
{
border-color: #0E7AFB;
}
.TagClassName
{
border-color: #0E7AFB;
}
</style>