Shades of Dodger Blue #187CF1
Tints of Dodger Blue #187CF1
RGB
CMYK
RGB Variations
Color information
#187CF1 (or 0x187CF1) is known color: Dodger Blue. HEX triplet: 18, 7C and F1. RGB value is (24,124,241). Sum of RGB (Red+Green+Blue) = 24+124+241=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #187CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187CF1 is #E7830E. Grayscale: #6A6A6A. Windows color (decimal): -15172367 or 15825944. OLE color: 15825944.
HSL color Cylindrical-coordinate representation of color #187CF1: hue angle of 212.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187CF1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 124 | 241 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.35º | 0.89% | 0.52% | - |
| HSV(B) | 212.35º | 0.9% | 0.95% | - |
| XYZ | 23.46 | 20.96 | 86.03 | - |
| YUV | 107.44 | 203.37 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 241 | 0.90 | 0.49 | 0 | 0.05 | 212.35 | 0.89 | 0.52 |
| Hex | 18 | 7C | F1 | 5A | 31 | 0 | 5 | D4 | 59 | 34 |
| Octal | 30 | 174 | 361 | 132 | 61 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11000 | 1111100 | 11110001 | 1011010 | 110001 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #187CF1
Complementary color
Monochromatic Colors of #187CF1
Black with #187CF1
Text Example
Text Example
White with #187CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CF1; }
p { color: rgb(24,124,241); }
H1.HeaderClassName
{
color: #187CF1;
}
.AnyTagClassName
{
color: #187CF1;
}
</style>
background-color css
<style>
a { background-color: #187CF1; }
a { background-color: rgb(24,124,241); }
div.DivClassName
{
background-color: #187CF1;
}
.BgClassName
{
background-color: #187CF1;
}
</style>
border-color css
<style>
span { border-color: #187CF1; }
span { border-color: rgb(24,124,241); }
td.TdClassName
{
border-color: #187CF1;
}
.TagClassName
{
border-color: #187CF1;
}
</style>