Shades of Dodger Blue #1271FE
Tints of Dodger Blue #1271FE
RGB
CMYK
RGB Variations
Color information
#1271FE (or 0x1271FE) is known color: Dodger Blue. HEX triplet: 12, 71 and FE. RGB value is (18,113,254). Sum of RGB (Red+Green+Blue) = 18+113+254=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #1271FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271FE is #ED8E01. Grayscale: #646464. Windows color (decimal): -15568386 or 16675090. OLE color: 16675090.
HSL color Cylindrical-coordinate representation of color #1271FE: hue angle of 215.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1271FE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 113 | 254 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.00 |
| HSL | 215.85º | 0.99% | 0.53% | - |
| HSV(B) | 215.85º | 0.93% | 1% | - |
| XYZ | 24.04 | 19.09 | 96.18 | - |
| YUV | 100.67 | 214.53 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 254 | 0.93 | 0.56 | 0 | 0.00 | 215.85 | 0.99 | 0.53 |
| Hex | 12 | 71 | FE | 5D | 38 | 0 | 0 | D8 | 63 | 35 |
| Octal | 22 | 161 | 376 | 135 | 70 | 0 | 0 | 330 | 143 | 65 |
| Binary | 10010 | 1110001 | 11111110 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100011 | 110101 |
Color Harmonies of #1271FE
Complementary color
Monochromatic Colors of #1271FE
Black with #1271FE
Text Example
Text Example
White with #1271FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271FE; }
p { color: rgb(18,113,254); }
H1.HeaderClassName
{
color: #1271FE;
}
.AnyTagClassName
{
color: #1271FE;
}
</style>
background-color css
<style>
a { background-color: #1271FE; }
a { background-color: rgb(18,113,254); }
div.DivClassName
{
background-color: #1271FE;
}
.BgClassName
{
background-color: #1271FE;
}
</style>
border-color css
<style>
span { border-color: #1271FE; }
span { border-color: rgb(18,113,254); }
td.TdClassName
{
border-color: #1271FE;
}
.TagClassName
{
border-color: #1271FE;
}
</style>