Shades of Dodger Blue #1876FA
Tints of Dodger Blue #1876FA
RGB
CMYK
RGB Variations
Color information
#1876FA (or 0x1876FA) is known color: Dodger Blue. HEX triplet: 18, 76 and FA. RGB value is (24,118,250). Sum of RGB (Red+Green+Blue) = 24+118+250=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1876FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876FA is #E78905. Grayscale: #686868. Windows color (decimal): -15173894 or 16414232. OLE color: 16414232.
HSL color Cylindrical-coordinate representation of color #1876FA: hue angle of 215.04º 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 #1876FA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 118 | 250 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.02 |
| HSL | 215.04º | 0.96% | 0.54% | - |
| HSV(B) | 215.04º | 0.9% | 0.98% | - |
| XYZ | 24.11 | 20.05 | 93.04 | - |
| YUV | 104.94 | 209.86 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 250 | 0.90 | 0.53 | 0 | 0.02 | 215.04 | 0.96 | 0.54 |
| Hex | 18 | 76 | FA | 5A | 35 | 0 | 2 | D7 | 60 | 36 |
| Octal | 30 | 166 | 372 | 132 | 65 | 0 | 2 | 327 | 140 | 66 |
| Binary | 11000 | 1110110 | 11111010 | 1011010 | 110101 | 0 | 10 | 11010111 | 1100000 | 110110 |
Color Harmonies of #1876FA
Complementary color
Monochromatic Colors of #1876FA
Black with #1876FA
Text Example
Text Example
White with #1876FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876FA; }
p { color: rgb(24,118,250); }
H1.HeaderClassName
{
color: #1876FA;
}
.AnyTagClassName
{
color: #1876FA;
}
</style>
background-color css
<style>
a { background-color: #1876FA; }
a { background-color: rgb(24,118,250); }
div.DivClassName
{
background-color: #1876FA;
}
.BgClassName
{
background-color: #1876FA;
}
</style>
border-color css
<style>
span { border-color: #1876FA; }
span { border-color: rgb(24,118,250); }
td.TdClassName
{
border-color: #1876FA;
}
.TagClassName
{
border-color: #1876FA;
}
</style>