Shades of Dodger Blue #1973F5
Tints of Dodger Blue #1973F5
RGB
CMYK
RGB Variations
Color information
#1973F5 (or 0x1973F5) is known color: Dodger Blue. HEX triplet: 19, 73 and F5. RGB value is (25,115,245). Sum of RGB (Red+Green+Blue) = 25+115+245=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #1973F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973F5 is #E68C0A. Grayscale: #666666. Windows color (decimal): -15109131 or 16085785. OLE color: 16085785.
HSL color Cylindrical-coordinate representation of color #1973F5: hue angle of 215.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1973F5 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 115 | 245 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.04 |
| HSL | 215.45º | 0.92% | 0.53% | - |
| HSV(B) | 215.45º | 0.9% | 0.96% | - |
| XYZ | 23.01 | 19.06 | 88.85 | - |
| YUV | 102.91 | 208.18 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 245 | 0.90 | 0.53 | 0 | 0.04 | 215.45 | 0.92 | 0.53 |
| Hex | 19 | 73 | F5 | 5A | 35 | 0 | 4 | D7 | 5C | 35 |
| Octal | 31 | 163 | 365 | 132 | 65 | 0 | 4 | 327 | 134 | 65 |
| Binary | 11001 | 1110011 | 11110101 | 1011010 | 110101 | 0 | 100 | 11010111 | 1011100 | 110101 |
Color Harmonies of #1973F5
Complementary color
Monochromatic Colors of #1973F5
Black with #1973F5
Text Example
Text Example
White with #1973F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973F5; }
p { color: rgb(25,115,245); }
H1.HeaderClassName
{
color: #1973F5;
}
.AnyTagClassName
{
color: #1973F5;
}
</style>
background-color css
<style>
a { background-color: #1973F5; }
a { background-color: rgb(25,115,245); }
div.DivClassName
{
background-color: #1973F5;
}
.BgClassName
{
background-color: #1973F5;
}
</style>
border-color css
<style>
span { border-color: #1973F5; }
span { border-color: rgb(25,115,245); }
td.TdClassName
{
border-color: #1973F5;
}
.TagClassName
{
border-color: #1973F5;
}
</style>