Shades of Dodger Blue #187DF6
Tints of Dodger Blue #187DF6
RGB
CMYK
RGB Variations
Color information
#187DF6 (or 0x187DF6) is known color: Dodger Blue. HEX triplet: 18, 7D and F6. RGB value is (24,125,246). Sum of RGB (Red+Green+Blue) = 24+125+246=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #187DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF6 is #E78209. Grayscale: #6C6C6C. Windows color (decimal): -15172106 or 16153880. OLE color: 16153880.
HSL color Cylindrical-coordinate representation of color #187DF6: hue angle of 212.7º 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 #187DF6 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 125 | 246 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.04 |
| HSL | 212.7º | 0.93% | 0.53% | - |
| HSV(B) | 212.7º | 0.9% | 0.96% | - |
| XYZ | 24.34 | 21.52 | 90.06 | - |
| YUV | 108.6 | 205.54 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 246 | 0.90 | 0.49 | 0 | 0.04 | 212.7 | 0.93 | 0.53 |
| Hex | 18 | 7D | F6 | 5A | 31 | 0 | 4 | D5 | 5C | 35 |
| Octal | 30 | 175 | 366 | 132 | 61 | 0 | 4 | 325 | 134 | 65 |
| Binary | 11000 | 1111101 | 11110110 | 1011010 | 110001 | 0 | 100 | 11010101 | 1011100 | 110101 |
Color Harmonies of #187DF6
Complementary color
Monochromatic Colors of #187DF6
Black with #187DF6
Text Example
Text Example
White with #187DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DF6; }
p { color: rgb(24,125,246); }
H1.HeaderClassName
{
color: #187DF6;
}
.AnyTagClassName
{
color: #187DF6;
}
</style>
background-color css
<style>
a { background-color: #187DF6; }
a { background-color: rgb(24,125,246); }
div.DivClassName
{
background-color: #187DF6;
}
.BgClassName
{
background-color: #187DF6;
}
</style>
border-color css
<style>
span { border-color: #187DF6; }
span { border-color: rgb(24,125,246); }
td.TdClassName
{
border-color: #187DF6;
}
.TagClassName
{
border-color: #187DF6;
}
</style>