Shades of Dodger Blue #1878FC
Tints of Dodger Blue #1878FC
RGB
CMYK
RGB Variations
Color information
#1878FC (or 0x1878FC) is known color: Dodger Blue. HEX triplet: 18, 78 and FC. RGB value is (24,120,252). Sum of RGB (Red+Green+Blue) = 24+120+252=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #1878FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1878FC is #E78703. Grayscale: #696969. Windows color (decimal): -15173380 or 16545816. OLE color: 16545816.
HSL color Cylindrical-coordinate representation of color #1878FC: hue angle of 214.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1878FC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 120 | 252 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.01 |
| HSL | 214.74º | 0.97% | 0.54% | - |
| HSV(B) | 214.74º | 0.9% | 0.99% | - |
| XYZ | 24.66 | 20.66 | 94.78 | - |
| YUV | 106.34 | 210.2 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 252 | 0.90 | 0.52 | 0 | 0.01 | 214.74 | 0.97 | 0.54 |
| Hex | 18 | 78 | FC | 5A | 34 | 0 | 1 | D7 | 61 | 36 |
| Octal | 30 | 170 | 374 | 132 | 64 | 0 | 1 | 327 | 141 | 66 |
| Binary | 11000 | 1111000 | 11111100 | 1011010 | 110100 | 0 | 1 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1878FC
Complementary color
Monochromatic Colors of #1878FC
Black with #1878FC
Text Example
Text Example
White with #1878FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878FC; }
p { color: rgb(24,120,252); }
H1.HeaderClassName
{
color: #1878FC;
}
.AnyTagClassName
{
color: #1878FC;
}
</style>
background-color css
<style>
a { background-color: #1878FC; }
a { background-color: rgb(24,120,252); }
div.DivClassName
{
background-color: #1878FC;
}
.BgClassName
{
background-color: #1878FC;
}
</style>
border-color css
<style>
span { border-color: #1878FC; }
span { border-color: rgb(24,120,252); }
td.TdClassName
{
border-color: #1878FC;
}
.TagClassName
{
border-color: #1878FC;
}
</style>