Shades of Dodger Blue #1877FA
Tints of Dodger Blue #1877FA
RGB
CMYK
RGB Variations
Color information
#1877FA (or 0x1877FA) is known color: Dodger Blue. HEX triplet: 18, 77 and FA. RGB value is (24,119,250). Sum of RGB (Red+Green+Blue) = 24+119+250=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #1877FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1877FA is #E78805. Grayscale: #686868. Windows color (decimal): -15173638 or 16414488. OLE color: 16414488.
HSL color Cylindrical-coordinate representation of color #1877FA: hue angle of 214.78º 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 #1877FA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 119 | 250 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.02 |
| HSL | 214.78º | 0.96% | 0.54% | - |
| HSV(B) | 214.78º | 0.9% | 0.98% | - |
| XYZ | 24.23 | 20.29 | 93.08 | - |
| YUV | 105.53 | 209.53 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 250 | 0.90 | 0.52 | 0 | 0.02 | 214.78 | 0.96 | 0.54 |
| Hex | 18 | 77 | FA | 5A | 34 | 0 | 2 | D7 | 60 | 36 |
| Octal | 30 | 167 | 372 | 132 | 64 | 0 | 2 | 327 | 140 | 66 |
| Binary | 11000 | 1110111 | 11111010 | 1011010 | 110100 | 0 | 10 | 11010111 | 1100000 | 110110 |
Color Harmonies of #1877FA
Complementary color
Monochromatic Colors of #1877FA
Black with #1877FA
Text Example
Text Example
White with #1877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877FA; }
p { color: rgb(24,119,250); }
H1.HeaderClassName
{
color: #1877FA;
}
.AnyTagClassName
{
color: #1877FA;
}
</style>
background-color css
<style>
a { background-color: #1877FA; }
a { background-color: rgb(24,119,250); }
div.DivClassName
{
background-color: #1877FA;
}
.BgClassName
{
background-color: #1877FA;
}
</style>
border-color css
<style>
span { border-color: #1877FA; }
span { border-color: rgb(24,119,250); }
td.TdClassName
{
border-color: #1877FA;
}
.TagClassName
{
border-color: #1877FA;
}
</style>