Shades of Dodger Blue #0E79F1
Tints of Dodger Blue #0E79F1
RGB
CMYK
RGB Variations
Color information
#0E79F1 (or 0x0E79F1) is known color: Dodger Blue. HEX triplet: 0E, 79 and F1. RGB value is (14,121,241). Sum of RGB (Red+Green+Blue) = 14+121+241=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #0E79F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E79F1 is #F1860E. Grayscale: #666666. Windows color (decimal): -15828495 or 15825166. OLE color: 15825166.
HSL color Cylindrical-coordinate representation of color #0E79F1: hue angle of 211.72º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E79F1 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 121 | 241 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.05 |
| HSL | 211.72º | 0.89% | 0.5% | - |
| HSV(B) | 211.72º | 0.94% | 0.95% | - |
| XYZ | 22.9 | 20.12 | 85.9 | - |
| YUV | 102.69 | 206.05 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 121 | 241 | 0.94 | 0.50 | 0 | 0.05 | 211.72 | 0.89 | 0.5 |
| Hex | E | 79 | F1 | 5E | 32 | 0 | 5 | D4 | 59 | 32 |
| Octal | 16 | 171 | 361 | 136 | 62 | 0 | 5 | 324 | 131 | 62 |
| Binary | 1110 | 1111001 | 11110001 | 1011110 | 110010 | 0 | 101 | 11010100 | 1011001 | 110010 |
Color Harmonies of #0E79F1
Complementary color
Monochromatic Colors of #0E79F1
Black with #0E79F1
Text Example
Text Example
White with #0E79F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E79F1; }
p { color: rgb(14,121,241); }
H1.HeaderClassName
{
color: #0E79F1;
}
.AnyTagClassName
{
color: #0E79F1;
}
</style>
background-color css
<style>
a { background-color: #0E79F1; }
a { background-color: rgb(14,121,241); }
div.DivClassName
{
background-color: #0E79F1;
}
.BgClassName
{
background-color: #0E79F1;
}
</style>
border-color css
<style>
span { border-color: #0E79F1; }
span { border-color: rgb(14,121,241); }
td.TdClassName
{
border-color: #0E79F1;
}
.TagClassName
{
border-color: #0E79F1;
}
</style>