Shades of Dodger Blue #1271EF
Tints of Dodger Blue #1271EF
RGB
CMYK
RGB Variations
Color information
#1271EF (or 0x1271EF) is known color: Dodger Blue. HEX triplet: 12, 71 and EF. RGB value is (18,113,239). Sum of RGB (Red+Green+Blue) = 18+113+239=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #1271EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271EF is #ED8E10. Grayscale: #626262. Windows color (decimal): -15568401 or 15692050. OLE color: 15692050.
HSL color Cylindrical-coordinate representation of color #1271EF: hue angle of 214.21º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1271EF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 113 | 239 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.06 |
| HSL | 214.21º | 0.87% | 0.5% | - |
| HSV(B) | 214.21º | 0.92% | 0.94% | - |
| XYZ | 21.73 | 18.17 | 84.02 | - |
| YUV | 98.96 | 207.03 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 239 | 0.92 | 0.53 | 0 | 0.06 | 214.21 | 0.87 | 0.5 |
| Hex | 12 | 71 | EF | 5C | 35 | 0 | 6 | D6 | 57 | 32 |
| Octal | 22 | 161 | 357 | 134 | 65 | 0 | 6 | 326 | 127 | 62 |
| Binary | 10010 | 1110001 | 11101111 | 1011100 | 110101 | 0 | 110 | 11010110 | 1010111 | 110010 |
Color Harmonies of #1271EF
Complementary color
Monochromatic Colors of #1271EF
Black with #1271EF
Text Example
Text Example
White with #1271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271EF; }
p { color: rgb(18,113,239); }
H1.HeaderClassName
{
color: #1271EF;
}
.AnyTagClassName
{
color: #1271EF;
}
</style>
background-color css
<style>
a { background-color: #1271EF; }
a { background-color: rgb(18,113,239); }
div.DivClassName
{
background-color: #1271EF;
}
.BgClassName
{
background-color: #1271EF;
}
</style>
border-color css
<style>
span { border-color: #1271EF; }
span { border-color: rgb(18,113,239); }
td.TdClassName
{
border-color: #1271EF;
}
.TagClassName
{
border-color: #1271EF;
}
</style>