Shades of Dodger Blue #0E7BEB
Tints of Dodger Blue #0E7BEB
RGB
CMYK
RGB Variations
Color information
#0E7BEB (or 0x0E7BEB) is known color: Dodger Blue. HEX triplet: 0E, 7B and EB. RGB value is (14,123,235). Sum of RGB (Red+Green+Blue) = 14+123+235=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E7BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7BEB is #F18414. Grayscale: #666666. Windows color (decimal): -15827989 or 15432462. OLE color: 15432462.
HSL color Cylindrical-coordinate representation of color #0E7BEB: hue angle of 210.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7BEB is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 123 | 235 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.08 |
| HSL | 210.41º | 0.89% | 0.49% | - |
| HSV(B) | 210.41º | 0.94% | 0.92% | - |
| XYZ | 22.26 | 20.26 | 81.33 | - |
| YUV | 103.18 | 202.39 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 235 | 0.94 | 0.48 | 0 | 0.08 | 210.41 | 0.89 | 0.49 |
| Hex | E | 7B | EB | 5E | 30 | 0 | 8 | D2 | 59 | 31 |
| Octal | 16 | 173 | 353 | 136 | 60 | 0 | 10 | 322 | 131 | 61 |
| Binary | 1110 | 1111011 | 11101011 | 1011110 | 110000 | 0 | 1000 | 11010010 | 1011001 | 110001 |
Color Harmonies of #0E7BEB
Complementary color
Monochromatic Colors of #0E7BEB
Black with #0E7BEB
Text Example
Text Example
White with #0E7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BEB; }
p { color: rgb(14,123,235); }
H1.HeaderClassName
{
color: #0E7BEB;
}
.AnyTagClassName
{
color: #0E7BEB;
}
</style>
background-color css
<style>
a { background-color: #0E7BEB; }
a { background-color: rgb(14,123,235); }
div.DivClassName
{
background-color: #0E7BEB;
}
.BgClassName
{
background-color: #0E7BEB;
}
</style>
border-color css
<style>
span { border-color: #0E7BEB; }
span { border-color: rgb(14,123,235); }
td.TdClassName
{
border-color: #0E7BEB;
}
.TagClassName
{
border-color: #0E7BEB;
}
</style>