Shades of Dodger Blue #1276EA
Tints of Dodger Blue #1276EA
RGB
CMYK
RGB Variations
Color information
#1276EA (or 0x1276EA) is known color: Dodger Blue. HEX triplet: 12, 76 and EA. RGB value is (18,118,234). Sum of RGB (Red+Green+Blue) = 18+118+234=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #1276EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1276EA is #ED8915. Grayscale: #646464. Windows color (decimal): -15567126 or 15365650. OLE color: 15365650.
HSL color Cylindrical-coordinate representation of color #1276EA: hue angle of 212.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1276EA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 118 | 234 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.08 |
| HSL | 212.22º | 0.86% | 0.49% | - |
| HSV(B) | 212.22º | 0.92% | 0.92% | - |
| XYZ | 21.58 | 19.03 | 80.38 | - |
| YUV | 101.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 234 | 0.92 | 0.50 | 0 | 0.08 | 212.22 | 0.86 | 0.49 |
| Hex | 12 | 76 | EA | 5C | 32 | 0 | 8 | D4 | 56 | 31 |
| Octal | 22 | 166 | 352 | 134 | 62 | 0 | 10 | 324 | 126 | 61 |
| Binary | 10010 | 1110110 | 11101010 | 1011100 | 110010 | 0 | 1000 | 11010100 | 1010110 | 110001 |
Color Harmonies of #1276EA
Complementary color
Monochromatic Colors of #1276EA
Black with #1276EA
Text Example
Text Example
White with #1276EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276EA; }
p { color: rgb(18,118,234); }
H1.HeaderClassName
{
color: #1276EA;
}
.AnyTagClassName
{
color: #1276EA;
}
</style>
background-color css
<style>
a { background-color: #1276EA; }
a { background-color: rgb(18,118,234); }
div.DivClassName
{
background-color: #1276EA;
}
.BgClassName
{
background-color: #1276EA;
}
</style>
border-color css
<style>
span { border-color: #1276EA; }
span { border-color: rgb(18,118,234); }
td.TdClassName
{
border-color: #1276EA;
}
.TagClassName
{
border-color: #1276EA;
}
</style>