Shades of Dodger Blue #1874FE
Tints of Dodger Blue #1874FE
RGB
CMYK
RGB Variations
Color information
#1874FE (or 0x1874FE) is known color: Dodger Blue. HEX triplet: 18, 74 and FE. RGB value is (24,116,254). Sum of RGB (Red+Green+Blue) = 24+116+254=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #1874FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874FE is #E78B01. Grayscale: #676767. Windows color (decimal): -15174402 or 16675864. OLE color: 16675864.
HSL color Cylindrical-coordinate representation of color #1874FE: hue angle of 216º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1874FE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 116 | 254 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.00 |
| HSL | 216º | 0.99% | 0.55% | - |
| HSV(B) | 216º | 0.91% | 1% | - |
| XYZ | 24.51 | 19.84 | 96.3 | - |
| YUV | 104.22 | 212.52 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 254 | 0.91 | 0.54 | 0 | 0.00 | 216 | 0.99 | 0.55 |
| Hex | 18 | 74 | FE | 5B | 36 | 0 | 0 | D8 | 63 | 37 |
| Octal | 30 | 164 | 376 | 133 | 66 | 0 | 0 | 330 | 143 | 67 |
| Binary | 11000 | 1110100 | 11111110 | 1011011 | 110110 | 0 | 0 | 11011000 | 1100011 | 110111 |
Color Harmonies of #1874FE
Complementary color
Monochromatic Colors of #1874FE
Black with #1874FE
Text Example
Text Example
White with #1874FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874FE; }
p { color: rgb(24,116,254); }
H1.HeaderClassName
{
color: #1874FE;
}
.AnyTagClassName
{
color: #1874FE;
}
</style>
background-color css
<style>
a { background-color: #1874FE; }
a { background-color: rgb(24,116,254); }
div.DivClassName
{
background-color: #1874FE;
}
.BgClassName
{
background-color: #1874FE;
}
</style>
border-color css
<style>
span { border-color: #1874FE; }
span { border-color: rgb(24,116,254); }
td.TdClassName
{
border-color: #1874FE;
}
.TagClassName
{
border-color: #1874FE;
}
</style>