Shades of Dodger Blue #1471F9
Tints of Dodger Blue #1471F9
RGB
CMYK
RGB Variations
Color information
#1471F9 (or 0x1471F9) is known color: Dodger Blue. HEX triplet: 14, 71 and F9. RGB value is (20,113,249). Sum of RGB (Red+Green+Blue) = 20+113+249=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #1471F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471F9 is #EB8E06. Grayscale: #646464. Windows color (decimal): -15437319 or 16347412. OLE color: 16347412.
HSL color Cylindrical-coordinate representation of color #1471F9: hue angle of 215.63º degrees, saturation: 0.95, 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 #1471F9 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 113 | 249 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.63º | 0.95% | 0.53% | - |
| HSV(B) | 215.63º | 0.92% | 0.98% | - |
| XYZ | 23.29 | 18.8 | 92.02 | - |
| YUV | 100.7 | 211.69 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 249 | 0.92 | 0.55 | 0 | 0.02 | 215.63 | 0.95 | 0.53 |
| Hex | 14 | 71 | F9 | 5C | 37 | 0 | 2 | D8 | 5F | 35 |
| Octal | 24 | 161 | 371 | 134 | 67 | 0 | 2 | 330 | 137 | 65 |
| Binary | 10100 | 1110001 | 11111001 | 1011100 | 110111 | 0 | 10 | 11011000 | 1011111 | 110101 |
Color Harmonies of #1471F9
Complementary color
Monochromatic Colors of #1471F9
Black with #1471F9
Text Example
Text Example
White with #1471F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471F9; }
p { color: rgb(20,113,249); }
H1.HeaderClassName
{
color: #1471F9;
}
.AnyTagClassName
{
color: #1471F9;
}
</style>
background-color css
<style>
a { background-color: #1471F9; }
a { background-color: rgb(20,113,249); }
div.DivClassName
{
background-color: #1471F9;
}
.BgClassName
{
background-color: #1471F9;
}
</style>
border-color css
<style>
span { border-color: #1471F9; }
span { border-color: rgb(20,113,249); }
td.TdClassName
{
border-color: #1471F9;
}
.TagClassName
{
border-color: #1471F9;
}
</style>