Shades of Dodger Blue #1878FF
Tints of Dodger Blue #1878FF
RGB
CMYK
RGB Variations
Color information
#1878FF (or 0x1878FF) is known color: Dodger Blue. HEX triplet: 18, 78 and FF. RGB value is (24,120,255). Sum of RGB (Red+Green+Blue) = 24+120+255=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1878FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1878FF is #E78700. Grayscale: #6A6A6A. Windows color (decimal): -15173377 or 16742424. OLE color: 16742424.
HSL color Cylindrical-coordinate representation of color #1878FF: hue angle of 215.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1878FF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 120 | 255 | - |
| CMYK | 0.91 | 0.53 | 0 | 0 |
| HSL | 215.06º | 1% | 0.55% | - |
| HSV(B) | 215.06º | 0.91% | 1% | - |
| XYZ | 25.14 | 20.85 | 97.31 | - |
| YUV | 106.69 | 211.7 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 255 | 0.91 | 0.53 | 0 | 0 | 215.06 | 1 | 0.55 |
| Hex | 18 | 78 | FF | 5B | 35 | 0 | 0 | D7 | 64 | 37 |
| Octal | 30 | 170 | 377 | 133 | 65 | 0 | 0 | 327 | 144 | 67 |
| Binary | 11000 | 1111000 | 11111111 | 1011011 | 110101 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #1878FF
Complementary color
Monochromatic Colors of #1878FF
Black with #1878FF
Text Example
Text Example
White with #1878FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878FF; }
p { color: rgb(24,120,255); }
H1.HeaderClassName
{
color: #1878FF;
}
.AnyTagClassName
{
color: #1878FF;
}
</style>
background-color css
<style>
a { background-color: #1878FF; }
a { background-color: rgb(24,120,255); }
div.DivClassName
{
background-color: #1878FF;
}
.BgClassName
{
background-color: #1878FF;
}
</style>
border-color css
<style>
span { border-color: #1878FF; }
span { border-color: rgb(24,120,255); }
td.TdClassName
{
border-color: #1878FF;
}
.TagClassName
{
border-color: #1878FF;
}
</style>