Shades of Dodger Blue #1874F4
Tints of Dodger Blue #1874F4
RGB
CMYK
RGB Variations
Color information
#1874F4 (or 0x1874F4) is known color: Dodger Blue. HEX triplet: 18, 74 and F4. RGB value is (24,116,244). Sum of RGB (Red+Green+Blue) = 24+116+244=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #1874F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874F4 is #E78B0B. Grayscale: #666666. Windows color (decimal): -15174412 or 16020504. OLE color: 16020504.
HSL color Cylindrical-coordinate representation of color #1874F4: hue angle of 214.91º degrees, saturation: 0.91, 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 #1874F4 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 116 | 244 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.04 |
| HSL | 214.91º | 0.91% | 0.53% | - |
| HSV(B) | 214.91º | 0.9% | 0.96% | - |
| XYZ | 22.95 | 19.22 | 88.09 | - |
| YUV | 103.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 244 | 0.90 | 0.52 | 0 | 0.04 | 214.91 | 0.91 | 0.53 |
| Hex | 18 | 74 | F4 | 5A | 34 | 0 | 4 | D7 | 5B | 35 |
| Octal | 30 | 164 | 364 | 132 | 64 | 0 | 4 | 327 | 133 | 65 |
| Binary | 11000 | 1110100 | 11110100 | 1011010 | 110100 | 0 | 100 | 11010111 | 1011011 | 110101 |
Color Harmonies of #1874F4
Complementary color
Monochromatic Colors of #1874F4
Black with #1874F4
Text Example
Text Example
White with #1874F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874F4; }
p { color: rgb(24,116,244); }
H1.HeaderClassName
{
color: #1874F4;
}
.AnyTagClassName
{
color: #1874F4;
}
</style>
background-color css
<style>
a { background-color: #1874F4; }
a { background-color: rgb(24,116,244); }
div.DivClassName
{
background-color: #1874F4;
}
.BgClassName
{
background-color: #1874F4;
}
</style>
border-color css
<style>
span { border-color: #1874F4; }
span { border-color: rgb(24,116,244); }
td.TdClassName
{
border-color: #1874F4;
}
.TagClassName
{
border-color: #1874F4;
}
</style>