Shades of Dodger Blue #187FEC
Tints of Dodger Blue #187FEC
RGB
CMYK
RGB Variations
Color information
#187FEC (or 0x187FEC) is known color: Dodger Blue. HEX triplet: 18, 7F and EC. RGB value is (24,127,236). Sum of RGB (Red+Green+Blue) = 24+127+236=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #187FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187FEC is #E78013. Grayscale: #6C6C6C. Windows color (decimal): -15171604 or 15499032. OLE color: 15499032.
HSL color Cylindrical-coordinate representation of color #187FEC: hue angle of 210.85º 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 #187FEC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 127 | 236 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.07 |
| HSL | 210.85º | 0.85% | 0.51% | - |
| HSV(B) | 210.85º | 0.9% | 0.93% | - |
| XYZ | 23.11 | 21.43 | 82.28 | - |
| YUV | 108.63 | 199.88 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 236 | 0.90 | 0.46 | 0 | 0.07 | 210.85 | 0.85 | 0.51 |
| Hex | 18 | 7F | EC | 5A | 2E | 0 | 7 | D3 | 55 | 33 |
| Octal | 30 | 177 | 354 | 132 | 56 | 0 | 7 | 323 | 125 | 63 |
| Binary | 11000 | 1111111 | 11101100 | 1011010 | 101110 | 0 | 111 | 11010011 | 1010101 | 110011 |
Color Harmonies of #187FEC
Complementary color
Monochromatic Colors of #187FEC
Black with #187FEC
Text Example
Text Example
White with #187FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FEC; }
p { color: rgb(24,127,236); }
H1.HeaderClassName
{
color: #187FEC;
}
.AnyTagClassName
{
color: #187FEC;
}
</style>
background-color css
<style>
a { background-color: #187FEC; }
a { background-color: rgb(24,127,236); }
div.DivClassName
{
background-color: #187FEC;
}
.BgClassName
{
background-color: #187FEC;
}
</style>
border-color css
<style>
span { border-color: #187FEC; }
span { border-color: rgb(24,127,236); }
td.TdClassName
{
border-color: #187FEC;
}
.TagClassName
{
border-color: #187FEC;
}
</style>