Shades of Dodger Blue #0E7BFF
Tints of Dodger Blue #0E7BFF
RGB
CMYK
RGB Variations
Color information
#0E7BFF (or 0x0E7BFF) is known color: Dodger Blue. HEX triplet: 0E, 7B and FF. RGB value is (14,123,255). Sum of RGB (Red+Green+Blue) = 14+123+255=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E7BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7BFF is #F18400. Grayscale: #686868. Windows color (decimal): -15827969 or 16743182. OLE color: 16743182.
HSL color Cylindrical-coordinate representation of color #0E7BFF: hue angle of 212.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E7BFF is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 123 | 255 | - |
| CMYK | 0.95 | 0.52 | 0 | 0 |
| HSL | 212.86º | 1% | 0.53% | - |
| HSV(B) | 212.86º | 0.95% | 1% | - |
| XYZ | 25.31 | 21.48 | 97.42 | - |
| YUV | 105.46 | 212.39 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 255 | 0.95 | 0.52 | 0 | 0 | 212.86 | 1 | 0.53 |
| Hex | E | 7B | FF | 5F | 34 | 0 | 0 | D5 | 64 | 35 |
| Octal | 16 | 173 | 377 | 137 | 64 | 0 | 0 | 325 | 144 | 65 |
| Binary | 1110 | 1111011 | 11111111 | 1011111 | 110100 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #0E7BFF
Complementary color
Monochromatic Colors of #0E7BFF
Black with #0E7BFF
Text Example
Text Example
White with #0E7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BFF; }
p { color: rgb(14,123,255); }
H1.HeaderClassName
{
color: #0E7BFF;
}
.AnyTagClassName
{
color: #0E7BFF;
}
</style>
background-color css
<style>
a { background-color: #0E7BFF; }
a { background-color: rgb(14,123,255); }
div.DivClassName
{
background-color: #0E7BFF;
}
.BgClassName
{
background-color: #0E7BFF;
}
</style>
border-color css
<style>
span { border-color: #0E7BFF; }
span { border-color: rgb(14,123,255); }
td.TdClassName
{
border-color: #0E7BFF;
}
.TagClassName
{
border-color: #0E7BFF;
}
</style>