Shades of Dodger Blue #1874FF
Tints of Dodger Blue #1874FF
RGB
CMYK
RGB Variations
Color information
#1874FF (or 0x1874FF) is known color: Dodger Blue. HEX triplet: 18, 74 and FF. RGB value is (24,116,255). Sum of RGB (Red+Green+Blue) = 24+116+255=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1874FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874FF is #E78B00. Grayscale: #676767. Windows color (decimal): -15174401 or 16741400. OLE color: 16741400.
HSL color Cylindrical-coordinate representation of color #1874FF: hue angle of 216.1º 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 #1874FF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 116 | 255 | - |
| CMYK | 0.91 | 0.55 | 0 | 0 |
| HSL | 216.1º | 1% | 0.55% | - |
| HSV(B) | 216.1º | 0.91% | 1% | - |
| XYZ | 24.67 | 19.9 | 97.15 | - |
| YUV | 104.34 | 213.02 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 255 | 0.91 | 0.55 | 0 | 0 | 216.1 | 1 | 0.55 |
| Hex | 18 | 74 | FF | 5B | 37 | 0 | 0 | D8 | 64 | 37 |
| Octal | 30 | 164 | 377 | 133 | 67 | 0 | 0 | 330 | 144 | 67 |
| Binary | 11000 | 1110100 | 11111111 | 1011011 | 110111 | 0 | 0 | 11011000 | 1100100 | 110111 |
Color Harmonies of #1874FF
Complementary color
Monochromatic Colors of #1874FF
Black with #1874FF
Text Example
Text Example
White with #1874FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874FF; }
p { color: rgb(24,116,255); }
H1.HeaderClassName
{
color: #1874FF;
}
.AnyTagClassName
{
color: #1874FF;
}
</style>
background-color css
<style>
a { background-color: #1874FF; }
a { background-color: rgb(24,116,255); }
div.DivClassName
{
background-color: #1874FF;
}
.BgClassName
{
background-color: #1874FF;
}
</style>
border-color css
<style>
span { border-color: #1874FF; }
span { border-color: rgb(24,116,255); }
td.TdClassName
{
border-color: #1874FF;
}
.TagClassName
{
border-color: #1874FF;
}
</style>