Shades of Dodger Blue #1872F6
Tints of Dodger Blue #1872F6
RGB
CMYK
RGB Variations
Color information
#1872F6 (or 0x1872F6) is known color: Dodger Blue. HEX triplet: 18, 72 and F6. RGB value is (24,114,246). Sum of RGB (Red+Green+Blue) = 24+114+246=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 246 (96.48% from 255 or 64.06% from 384); Max value from RGB is 246 - color contains mainly: blue. Hex color #1872F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1872F6 is #E78D09. Grayscale: #656565. Windows color (decimal): -15174922 or 16151064. OLE color: 16151064.
HSL color Cylindrical-coordinate representation of color #1872F6: hue angle of 215.68º degrees, saturation: 0.93, 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 #1872F6 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 114 | 246 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.04 |
| HSL | 215.68º | 0.93% | 0.53% | - |
| HSV(B) | 215.68º | 0.9% | 0.96% | - |
| XYZ | 23.03 | 18.88 | 89.62 | - |
| YUV | 102.14 | 209.18 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 246 | 0.90 | 0.54 | 0 | 0.04 | 215.68 | 0.93 | 0.53 |
| Hex | 18 | 72 | F6 | 5A | 36 | 0 | 4 | D8 | 5C | 35 |
| Octal | 30 | 162 | 366 | 132 | 66 | 0 | 4 | 330 | 134 | 65 |
| Binary | 11000 | 1110010 | 11110110 | 1011010 | 110110 | 0 | 100 | 11011000 | 1011100 | 110101 |
Color Harmonies of #1872F6
Complementary color
Monochromatic Colors of #1872F6
Black with #1872F6
Text Example
Text Example
White with #1872F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872F6; }
p { color: rgb(24,114,246); }
H1.HeaderClassName
{
color: #1872F6;
}
.AnyTagClassName
{
color: #1872F6;
}
</style>
background-color css
<style>
a { background-color: #1872F6; }
a { background-color: rgb(24,114,246); }
div.DivClassName
{
background-color: #1872F6;
}
.BgClassName
{
background-color: #1872F6;
}
</style>
border-color css
<style>
span { border-color: #1872F6; }
span { border-color: rgb(24,114,246); }
td.TdClassName
{
border-color: #1872F6;
}
.TagClassName
{
border-color: #1872F6;
}
</style>