Shades of Dodger Blue #187EF1
Tints of Dodger Blue #187EF1
RGB
CMYK
RGB Variations
Color information
#187EF1 (or 0x187EF1) is known color: Dodger Blue. HEX triplet: 18, 7E and F1. RGB value is (24,126,241). Sum of RGB (Red+Green+Blue) = 24+126+241=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #187EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187EF1 is #E7810E. Grayscale: #6C6C6C. Windows color (decimal): -15171855 or 15826456. OLE color: 15826456.
HSL color Cylindrical-coordinate representation of color #187EF1: hue angle of 211.8º 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 #187EF1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 126 | 241 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.05 |
| HSL | 211.8º | 0.89% | 0.52% | - |
| HSV(B) | 211.8º | 0.9% | 0.95% | - |
| XYZ | 23.71 | 21.47 | 86.11 | - |
| YUV | 108.61 | 202.71 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 241 | 0.90 | 0.48 | 0 | 0.05 | 211.8 | 0.89 | 0.52 |
| Hex | 18 | 7E | F1 | 5A | 30 | 0 | 5 | D4 | 59 | 34 |
| Octal | 30 | 176 | 361 | 132 | 60 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11000 | 1111110 | 11110001 | 1011010 | 110000 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #187EF1
Complementary color
Monochromatic Colors of #187EF1
Black with #187EF1
Text Example
Text Example
White with #187EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EF1; }
p { color: rgb(24,126,241); }
H1.HeaderClassName
{
color: #187EF1;
}
.AnyTagClassName
{
color: #187EF1;
}
</style>
background-color css
<style>
a { background-color: #187EF1; }
a { background-color: rgb(24,126,241); }
div.DivClassName
{
background-color: #187EF1;
}
.BgClassName
{
background-color: #187EF1;
}
</style>
border-color css
<style>
span { border-color: #187EF1; }
span { border-color: rgb(24,126,241); }
td.TdClassName
{
border-color: #187EF1;
}
.TagClassName
{
border-color: #187EF1;
}
</style>