Shades of Dodger Blue #187BEC
Tints of Dodger Blue #187BEC
RGB
CMYK
RGB Variations
Color information
#187BEC (or 0x187BEC) is known color: Dodger Blue. HEX triplet: 18, 7B and EC. RGB value is (24,123,236). Sum of RGB (Red+Green+Blue) = 24+123+236=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #187BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187BEC is #E78413. Grayscale: #696969. Windows color (decimal): -15172628 or 15498008. OLE color: 15498008.
HSL color Cylindrical-coordinate representation of color #187BEC: hue angle of 211.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187BEC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 123 | 236 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.07 |
| HSL | 211.98º | 0.85% | 0.51% | - |
| HSV(B) | 211.98º | 0.9% | 0.93% | - |
| XYZ | 22.6 | 20.42 | 82.11 | - |
| YUV | 106.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 236 | 0.90 | 0.48 | 0 | 0.07 | 211.98 | 0.85 | 0.51 |
| Hex | 18 | 7B | EC | 5A | 30 | 0 | 7 | D4 | 55 | 33 |
| Octal | 30 | 173 | 354 | 132 | 60 | 0 | 7 | 324 | 125 | 63 |
| Binary | 11000 | 1111011 | 11101100 | 1011010 | 110000 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #187BEC
Complementary color
Monochromatic Colors of #187BEC
Black with #187BEC
Text Example
Text Example
White with #187BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BEC; }
p { color: rgb(24,123,236); }
H1.HeaderClassName
{
color: #187BEC;
}
.AnyTagClassName
{
color: #187BEC;
}
</style>
background-color css
<style>
a { background-color: #187BEC; }
a { background-color: rgb(24,123,236); }
div.DivClassName
{
background-color: #187BEC;
}
.BgClassName
{
background-color: #187BEC;
}
</style>
border-color css
<style>
span { border-color: #187BEC; }
span { border-color: rgb(24,123,236); }
td.TdClassName
{
border-color: #187BEC;
}
.TagClassName
{
border-color: #187BEC;
}
</style>