Shades of Dodger Blue #187BF1
Tints of Dodger Blue #187BF1
RGB
CMYK
RGB Variations
Color information
#187BF1 (or 0x187BF1) is known color: Dodger Blue. HEX triplet: 18, 7B and F1. RGB value is (24,123,241). Sum of RGB (Red+Green+Blue) = 24+123+241=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #187BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187BF1 is #E7840E. Grayscale: #6A6A6A. Windows color (decimal): -15172623 or 15825688. OLE color: 15825688.
HSL color Cylindrical-coordinate representation of color #187BF1: hue angle of 212.63º 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 #187BF1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 123 | 241 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.63º | 0.89% | 0.52% | - |
| HSV(B) | 212.63º | 0.9% | 0.95% | - |
| XYZ | 23.34 | 20.71 | 85.99 | - |
| YUV | 106.85 | 203.7 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 241 | 0.90 | 0.49 | 0 | 0.05 | 212.63 | 0.89 | 0.52 |
| Hex | 18 | 7B | F1 | 5A | 31 | 0 | 5 | D5 | 59 | 34 |
| Octal | 30 | 173 | 361 | 132 | 61 | 0 | 5 | 325 | 131 | 64 |
| Binary | 11000 | 1111011 | 11110001 | 1011010 | 110001 | 0 | 101 | 11010101 | 1011001 | 110100 |
Color Harmonies of #187BF1
Complementary color
Monochromatic Colors of #187BF1
Black with #187BF1
Text Example
Text Example
White with #187BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BF1; }
p { color: rgb(24,123,241); }
H1.HeaderClassName
{
color: #187BF1;
}
.AnyTagClassName
{
color: #187BF1;
}
</style>
background-color css
<style>
a { background-color: #187BF1; }
a { background-color: rgb(24,123,241); }
div.DivClassName
{
background-color: #187BF1;
}
.BgClassName
{
background-color: #187BF1;
}
</style>
border-color css
<style>
span { border-color: #187BF1; }
span { border-color: rgb(24,123,241); }
td.TdClassName
{
border-color: #187BF1;
}
.TagClassName
{
border-color: #187BF1;
}
</style>