Shades of Dodger Blue #0E77F1
Tints of Dodger Blue #0E77F1
RGB
CMYK
RGB Variations
Color information
#0E77F1 (or 0x0E77F1) is known color: Dodger Blue. HEX triplet: 0E, 77 and F1. RGB value is (14,119,241). Sum of RGB (Red+Green+Blue) = 14+119+241=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #0E77F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E77F1 is #F1880E. Grayscale: #646464. Windows color (decimal): -15829007 or 15824654. OLE color: 15824654.
HSL color Cylindrical-coordinate representation of color #0E77F1: hue angle of 212.25º 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 #0E77F1 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 119 | 241 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.05 |
| HSL | 212.25º | 0.89% | 0.5% | - |
| HSV(B) | 212.25º | 0.94% | 0.95% | - |
| XYZ | 22.66 | 19.64 | 85.82 | - |
| YUV | 101.51 | 206.71 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 241 | 0.94 | 0.51 | 0 | 0.05 | 212.25 | 0.89 | 0.5 |
| Hex | E | 77 | F1 | 5E | 33 | 0 | 5 | D4 | 59 | 32 |
| Octal | 16 | 167 | 361 | 136 | 63 | 0 | 5 | 324 | 131 | 62 |
| Binary | 1110 | 1110111 | 11110001 | 1011110 | 110011 | 0 | 101 | 11010100 | 1011001 | 110010 |
Color Harmonies of #0E77F1
Complementary color
Monochromatic Colors of #0E77F1
Black with #0E77F1
Text Example
Text Example
White with #0E77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E77F1; }
p { color: rgb(14,119,241); }
H1.HeaderClassName
{
color: #0E77F1;
}
.AnyTagClassName
{
color: #0E77F1;
}
</style>
background-color css
<style>
a { background-color: #0E77F1; }
a { background-color: rgb(14,119,241); }
div.DivClassName
{
background-color: #0E77F1;
}
.BgClassName
{
background-color: #0E77F1;
}
</style>
border-color css
<style>
span { border-color: #0E77F1; }
span { border-color: rgb(14,119,241); }
td.TdClassName
{
border-color: #0E77F1;
}
.TagClassName
{
border-color: #0E77F1;
}
</style>