Shades of Dodger Blue #1471FB
Tints of Dodger Blue #1471FB
RGB
CMYK
RGB Variations
Color information
#1471FB (or 0x1471FB) is known color: Dodger Blue. HEX triplet: 14, 71 and FB. RGB value is (20,113,251). Sum of RGB (Red+Green+Blue) = 20+113+251=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1471FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471FB is #EB8E04. Grayscale: #646464. Windows color (decimal): -15437317 or 16478484. OLE color: 16478484.
HSL color Cylindrical-coordinate representation of color #1471FB: hue angle of 215.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1471FB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 113 | 251 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.84º | 0.97% | 0.53% | - |
| HSV(B) | 215.84º | 0.92% | 0.98% | - |
| XYZ | 23.61 | 18.92 | 93.68 | - |
| YUV | 100.93 | 212.69 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 251 | 0.92 | 0.55 | 0 | 0.02 | 215.84 | 0.97 | 0.53 |
| Hex | 14 | 71 | FB | 5C | 37 | 0 | 2 | D8 | 61 | 35 |
| Octal | 24 | 161 | 373 | 134 | 67 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10100 | 1110001 | 11111011 | 1011100 | 110111 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #1471FB
Complementary color
Monochromatic Colors of #1471FB
Black with #1471FB
Text Example
Text Example
White with #1471FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471FB; }
p { color: rgb(20,113,251); }
H1.HeaderClassName
{
color: #1471FB;
}
.AnyTagClassName
{
color: #1471FB;
}
</style>
background-color css
<style>
a { background-color: #1471FB; }
a { background-color: rgb(20,113,251); }
div.DivClassName
{
background-color: #1471FB;
}
.BgClassName
{
background-color: #1471FB;
}
</style>
border-color css
<style>
span { border-color: #1471FB; }
span { border-color: rgb(20,113,251); }
td.TdClassName
{
border-color: #1471FB;
}
.TagClassName
{
border-color: #1471FB;
}
</style>