Shades of Dodger Blue #1971FA
Tints of Dodger Blue #1971FA
RGB
CMYK
RGB Variations
Color information
#1971FA (or 0x1971FA) is known color: Dodger Blue. HEX triplet: 19, 71 and FA. RGB value is (25,113,250). Sum of RGB (Red+Green+Blue) = 25+113+250=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #1971FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1971FA is #E68E05. Grayscale: #656565. Windows color (decimal): -15109638 or 16412953. OLE color: 16412953.
HSL color Cylindrical-coordinate representation of color #1971FA: hue angle of 216.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1971FA is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 113 | 250 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.02 |
| HSL | 216.53º | 0.96% | 0.54% | - |
| HSV(B) | 216.53º | 0.9% | 0.98% | - |
| XYZ | 23.56 | 18.92 | 92.85 | - |
| YUV | 102.31 | 211.35 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 250 | 0.9 | 0.55 | 0 | 0.02 | 216.53 | 0.96 | 0.54 |
| Hex | 19 | 71 | FA | 5A | 37 | 0 | 2 | D9 | 60 | 36 |
| Octal | 31 | 161 | 372 | 132 | 67 | 0 | 2 | 331 | 140 | 66 |
| Binary | 11001 | 1110001 | 11111010 | 1011010 | 110111 | 0 | 10 | 11011001 | 1100000 | 110110 |
Color Harmonies of #1971FA
Complementary color
Monochromatic Colors of #1971FA
Black with #1971FA
Text Example
Text Example
White with #1971FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971FA; }
p { color: rgb(25,113,250); }
H1.HeaderClassName
{
color: #1971FA;
}
.AnyTagClassName
{
color: #1971FA;
}
</style>
background-color css
<style>
a { background-color: #1971FA; }
a { background-color: rgb(25,113,250); }
div.DivClassName
{
background-color: #1971FA;
}
.BgClassName
{
background-color: #1971FA;
}
</style>
border-color css
<style>
span { border-color: #1971FA; }
span { border-color: rgb(25,113,250); }
td.TdClassName
{
border-color: #1971FA;
}
.TagClassName
{
border-color: #1971FA;
}
</style>