Shades of Dodger Blue #1877F6
Tints of Dodger Blue #1877F6
RGB
CMYK
RGB Variations
Color information
#1877F6 (or 0x1877F6) is known color: Dodger Blue. HEX triplet: 18, 77 and F6. RGB value is (24,119,246). Sum of RGB (Red+Green+Blue) = 24+119+246=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #1877F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1877F6 is #E78809. Grayscale: #686868. Windows color (decimal): -15173642 or 16152344. OLE color: 16152344.
HSL color Cylindrical-coordinate representation of color #1877F6: hue angle of 214.32º degrees, saturation: 0.93, 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 #1877F6 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 119 | 246 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.04 |
| HSL | 214.32º | 0.93% | 0.53% | - |
| HSV(B) | 214.32º | 0.9% | 0.96% | - |
| XYZ | 23.61 | 20.04 | 89.81 | - |
| YUV | 105.07 | 207.53 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 246 | 0.90 | 0.52 | 0 | 0.04 | 214.32 | 0.93 | 0.53 |
| Hex | 18 | 77 | F6 | 5A | 34 | 0 | 4 | D6 | 5C | 35 |
| Octal | 30 | 167 | 366 | 132 | 64 | 0 | 4 | 326 | 134 | 65 |
| Binary | 11000 | 1110111 | 11110110 | 1011010 | 110100 | 0 | 100 | 11010110 | 1011100 | 110101 |
Color Harmonies of #1877F6
Complementary color
Monochromatic Colors of #1877F6
Black with #1877F6
Text Example
Text Example
White with #1877F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877F6; }
p { color: rgb(24,119,246); }
H1.HeaderClassName
{
color: #1877F6;
}
.AnyTagClassName
{
color: #1877F6;
}
</style>
background-color css
<style>
a { background-color: #1877F6; }
a { background-color: rgb(24,119,246); }
div.DivClassName
{
background-color: #1877F6;
}
.BgClassName
{
background-color: #1877F6;
}
</style>
border-color css
<style>
span { border-color: #1877F6; }
span { border-color: rgb(24,119,246); }
td.TdClassName
{
border-color: #1877F6;
}
.TagClassName
{
border-color: #1877F6;
}
</style>