Shades of Dodger Blue #1973FD
Tints of Dodger Blue #1973FD
RGB
CMYK
RGB Variations
Color information
#1973FD (or 0x1973FD) is known color: Dodger Blue. HEX triplet: 19, 73 and FD. RGB value is (25,115,253). Sum of RGB (Red+Green+Blue) = 25+115+253=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #1973FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973FD is #E68C02. Grayscale: #676767. Windows color (decimal): -15109123 or 16610073. OLE color: 16610073.
HSL color Cylindrical-coordinate representation of color #1973FD: hue angle of 216.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1973FD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 115 | 253 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.01 |
| HSL | 216.32º | 0.98% | 0.55% | - |
| HSV(B) | 216.32º | 0.9% | 0.99% | - |
| XYZ | 24.26 | 19.56 | 95.43 | - |
| YUV | 103.82 | 212.18 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 253 | 0.90 | 0.55 | 0 | 0.01 | 216.32 | 0.98 | 0.55 |
| Hex | 19 | 73 | FD | 5A | 37 | 0 | 1 | D8 | 62 | 37 |
| Octal | 31 | 163 | 375 | 132 | 67 | 0 | 1 | 330 | 142 | 67 |
| Binary | 11001 | 1110011 | 11111101 | 1011010 | 110111 | 0 | 1 | 11011000 | 1100010 | 110111 |
Color Harmonies of #1973FD
Complementary color
Monochromatic Colors of #1973FD
Black with #1973FD
Text Example
Text Example
White with #1973FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973FD; }
p { color: rgb(25,115,253); }
H1.HeaderClassName
{
color: #1973FD;
}
.AnyTagClassName
{
color: #1973FD;
}
</style>
background-color css
<style>
a { background-color: #1973FD; }
a { background-color: rgb(25,115,253); }
div.DivClassName
{
background-color: #1973FD;
}
.BgClassName
{
background-color: #1973FD;
}
</style>
border-color css
<style>
span { border-color: #1973FD; }
span { border-color: rgb(25,115,253); }
td.TdClassName
{
border-color: #1973FD;
}
.TagClassName
{
border-color: #1973FD;
}
</style>