Shades of Dodger Blue #1973FB
Tints of Dodger Blue #1973FB
RGB
CMYK
RGB Variations
Color information
#1973FB (or 0x1973FB) is known color: Dodger Blue. HEX triplet: 19, 73 and FB. RGB value is (25,115,251). Sum of RGB (Red+Green+Blue) = 25+115+251=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1973FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973FB is #E68C04. Grayscale: #666666. Windows color (decimal): -15109125 or 16479001. OLE color: 16479001.
HSL color Cylindrical-coordinate representation of color #1973FB: hue angle of 216.11º degrees, saturation: 0.97, 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 #1973FB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 115 | 251 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.02 |
| HSL | 216.11º | 0.97% | 0.54% | - |
| HSV(B) | 216.11º | 0.9% | 0.98% | - |
| XYZ | 23.94 | 19.43 | 93.76 | - |
| YUV | 103.59 | 211.18 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 251 | 0.90 | 0.54 | 0 | 0.02 | 216.11 | 0.97 | 0.54 |
| Hex | 19 | 73 | FB | 5A | 36 | 0 | 2 | D8 | 61 | 36 |
| Octal | 31 | 163 | 373 | 132 | 66 | 0 | 2 | 330 | 141 | 66 |
| Binary | 11001 | 1110011 | 11111011 | 1011010 | 110110 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1973FB
Complementary color
Monochromatic Colors of #1973FB
Black with #1973FB
Text Example
Text Example
White with #1973FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973FB; }
p { color: rgb(25,115,251); }
H1.HeaderClassName
{
color: #1973FB;
}
.AnyTagClassName
{
color: #1973FB;
}
</style>
background-color css
<style>
a { background-color: #1973FB; }
a { background-color: rgb(25,115,251); }
div.DivClassName
{
background-color: #1973FB;
}
.BgClassName
{
background-color: #1973FB;
}
</style>
border-color css
<style>
span { border-color: #1973FB; }
span { border-color: rgb(25,115,251); }
td.TdClassName
{
border-color: #1973FB;
}
.TagClassName
{
border-color: #1973FB;
}
</style>