Shades of Dodger Blue #1277EB
Tints of Dodger Blue #1277EB
RGB
CMYK
RGB Variations
Color information
#1277EB (or 0x1277EB) is known color: Dodger Blue. HEX triplet: 12, 77 and EB. RGB value is (18,119,235). Sum of RGB (Red+Green+Blue) = 18+119+235=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 119 (46.88% from 255 or 31.99% 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 #1277EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277EB is #ED8814. Grayscale: #656565. Windows color (decimal): -15566869 or 15431442. OLE color: 15431442.
HSL color Cylindrical-coordinate representation of color #1277EB: hue angle of 212.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1277EB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 119 | 235 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.08 |
| HSL | 212.07º | 0.86% | 0.5% | - |
| HSV(B) | 212.07º | 0.92% | 0.92% | - |
| XYZ | 21.84 | 19.32 | 81.18 | - |
| YUV | 102.03 | 203.04 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 235 | 0.92 | 0.49 | 0 | 0.08 | 212.07 | 0.86 | 0.5 |
| Hex | 12 | 77 | EB | 5C | 31 | 0 | 8 | D4 | 56 | 32 |
| Octal | 22 | 167 | 353 | 134 | 61 | 0 | 10 | 324 | 126 | 62 |
| Binary | 10010 | 1110111 | 11101011 | 1011100 | 110001 | 0 | 1000 | 11010100 | 1010110 | 110010 |
Color Harmonies of #1277EB
Complementary color
Monochromatic Colors of #1277EB
Black with #1277EB
Text Example
Text Example
White with #1277EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277EB; }
p { color: rgb(18,119,235); }
H1.HeaderClassName
{
color: #1277EB;
}
.AnyTagClassName
{
color: #1277EB;
}
</style>
background-color css
<style>
a { background-color: #1277EB; }
a { background-color: rgb(18,119,235); }
div.DivClassName
{
background-color: #1277EB;
}
.BgClassName
{
background-color: #1277EB;
}
</style>
border-color css
<style>
span { border-color: #1277EB; }
span { border-color: rgb(18,119,235); }
td.TdClassName
{
border-color: #1277EB;
}
.TagClassName
{
border-color: #1277EB;
}
</style>