Shades of Dodger Blue #1271FF
Tints of Dodger Blue #1271FF
RGB
CMYK
RGB Variations
Color information
#1271FF (or 0x1271FF) is known color: Dodger Blue. HEX triplet: 12, 71 and FF. RGB value is (18,113,255). Sum of RGB (Red+Green+Blue) = 18+113+255=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1271FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271FF is #ED8E00. Grayscale: #646464. Windows color (decimal): -15568385 or 16740626. OLE color: 16740626.
HSL color Cylindrical-coordinate representation of color #1271FF: hue angle of 215.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1271FF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 113 | 255 | - |
| CMYK | 0.93 | 0.56 | 0 | 0 |
| HSL | 215.95º | 1% | 0.54% | - |
| HSV(B) | 215.95º | 0.93% | 1% | - |
| XYZ | 24.2 | 19.16 | 97.03 | - |
| YUV | 100.78 | 215.03 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 255 | 0.93 | 0.56 | 0 | 0 | 215.95 | 1 | 0.54 |
| Hex | 12 | 71 | FF | 5D | 38 | 0 | 0 | D8 | 64 | 36 |
| Octal | 22 | 161 | 377 | 135 | 70 | 0 | 0 | 330 | 144 | 66 |
| Binary | 10010 | 1110001 | 11111111 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100100 | 110110 |
Color Harmonies of #1271FF
Complementary color
Monochromatic Colors of #1271FF
Black with #1271FF
Text Example
Text Example
White with #1271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271FF; }
p { color: rgb(18,113,255); }
H1.HeaderClassName
{
color: #1271FF;
}
.AnyTagClassName
{
color: #1271FF;
}
</style>
background-color css
<style>
a { background-color: #1271FF; }
a { background-color: rgb(18,113,255); }
div.DivClassName
{
background-color: #1271FF;
}
.BgClassName
{
background-color: #1271FF;
}
</style>
border-color css
<style>
span { border-color: #1271FF; }
span { border-color: rgb(18,113,255); }
td.TdClassName
{
border-color: #1271FF;
}
.TagClassName
{
border-color: #1271FF;
}
</style>