Shades of Dodger Blue #1471EF
Tints of Dodger Blue #1471EF
RGB
CMYK
RGB Variations
Color information
#1471EF (or 0x1471EF) is known color: Dodger Blue. HEX triplet: 14, 71 and EF. RGB value is (20,113,239). Sum of RGB (Red+Green+Blue) = 20+113+239=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #1471EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471EF is #EB8E10. Grayscale: #626262. Windows color (decimal): -15437329 or 15692052. OLE color: 15692052.
HSL color Cylindrical-coordinate representation of color #1471EF: hue angle of 214.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1471EF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 113 | 239 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.06 |
| HSL | 214.52º | 0.87% | 0.51% | - |
| HSV(B) | 214.52º | 0.92% | 0.94% | - |
| XYZ | 21.77 | 18.19 | 84.02 | - |
| YUV | 99.56 | 206.69 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 239 | 0.92 | 0.53 | 0 | 0.06 | 214.52 | 0.87 | 0.51 |
| Hex | 14 | 71 | EF | 5C | 35 | 0 | 6 | D7 | 57 | 33 |
| Octal | 24 | 161 | 357 | 134 | 65 | 0 | 6 | 327 | 127 | 63 |
| Binary | 10100 | 1110001 | 11101111 | 1011100 | 110101 | 0 | 110 | 11010111 | 1010111 | 110011 |
Color Harmonies of #1471EF
Complementary color
Monochromatic Colors of #1471EF
Black with #1471EF
Text Example
Text Example
White with #1471EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471EF; }
p { color: rgb(20,113,239); }
H1.HeaderClassName
{
color: #1471EF;
}
.AnyTagClassName
{
color: #1471EF;
}
</style>
background-color css
<style>
a { background-color: #1471EF; }
a { background-color: rgb(20,113,239); }
div.DivClassName
{
background-color: #1471EF;
}
.BgClassName
{
background-color: #1471EF;
}
</style>
border-color css
<style>
span { border-color: #1471EF; }
span { border-color: rgb(20,113,239); }
td.TdClassName
{
border-color: #1471EF;
}
.TagClassName
{
border-color: #1471EF;
}
</style>