Shades of Dodger Blue #1873FA
Tints of Dodger Blue #1873FA
RGB
CMYK
RGB Variations
Color information
#1873FA (or 0x1873FA) is known color: Dodger Blue. HEX triplet: 18, 73 and FA. RGB value is (24,115,250). Sum of RGB (Red+Green+Blue) = 24+115+250=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #1873FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1873FA is #E78C05. Grayscale: #666666. Windows color (decimal): -15174662 or 16413464. OLE color: 16413464.
HSL color Cylindrical-coordinate representation of color #1873FA: hue angle of 215.84º 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 #1873FA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 115 | 250 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.02 |
| HSL | 215.84º | 0.96% | 0.54% | - |
| HSV(B) | 215.84º | 0.9% | 0.98% | - |
| XYZ | 23.76 | 19.36 | 92.93 | - |
| YUV | 103.18 | 210.85 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 250 | 0.90 | 0.54 | 0 | 0.02 | 215.84 | 0.96 | 0.54 |
| Hex | 18 | 73 | FA | 5A | 36 | 0 | 2 | D8 | 60 | 36 |
| Octal | 30 | 163 | 372 | 132 | 66 | 0 | 2 | 330 | 140 | 66 |
| Binary | 11000 | 1110011 | 11111010 | 1011010 | 110110 | 0 | 10 | 11011000 | 1100000 | 110110 |
Color Harmonies of #1873FA
Complementary color
Monochromatic Colors of #1873FA
Black with #1873FA
Text Example
Text Example
White with #1873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1873FA; }
p { color: rgb(24,115,250); }
H1.HeaderClassName
{
color: #1873FA;
}
.AnyTagClassName
{
color: #1873FA;
}
</style>
background-color css
<style>
a { background-color: #1873FA; }
a { background-color: rgb(24,115,250); }
div.DivClassName
{
background-color: #1873FA;
}
.BgClassName
{
background-color: #1873FA;
}
</style>
border-color css
<style>
span { border-color: #1873FA; }
span { border-color: rgb(24,115,250); }
td.TdClassName
{
border-color: #1873FA;
}
.TagClassName
{
border-color: #1873FA;
}
</style>