Shades of Dodger Blue #187EFC
Tints of Dodger Blue #187EFC
RGB
CMYK
RGB Variations
Color information
#187EFC (or 0x187EFC) is known color: Dodger Blue. HEX triplet: 18, 7E and FC. RGB value is (24,126,252). Sum of RGB (Red+Green+Blue) = 24+126+252=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #187EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187EFC is #E78103. Grayscale: #6D6D6D. Windows color (decimal): -15171844 or 16547352. OLE color: 16547352.
HSL color Cylindrical-coordinate representation of color #187EFC: hue angle of 213.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187EFC is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 126 | 252 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.01 |
| HSL | 213.16º | 0.97% | 0.54% | - |
| HSV(B) | 213.16º | 0.9% | 0.99% | - |
| XYZ | 25.41 | 22.14 | 95.03 | - |
| YUV | 109.87 | 208.21 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 252 | 0.90 | 0.5 | 0 | 0.01 | 213.16 | 0.97 | 0.54 |
| Hex | 18 | 7E | FC | 5A | 32 | 0 | 1 | D5 | 61 | 36 |
| Octal | 30 | 176 | 374 | 132 | 62 | 0 | 1 | 325 | 141 | 66 |
| Binary | 11000 | 1111110 | 11111100 | 1011010 | 110010 | 0 | 1 | 11010101 | 1100001 | 110110 |
Color Harmonies of #187EFC
Complementary color
Monochromatic Colors of #187EFC
Black with #187EFC
Text Example
Text Example
White with #187EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EFC; }
p { color: rgb(24,126,252); }
H1.HeaderClassName
{
color: #187EFC;
}
.AnyTagClassName
{
color: #187EFC;
}
</style>
background-color css
<style>
a { background-color: #187EFC; }
a { background-color: rgb(24,126,252); }
div.DivClassName
{
background-color: #187EFC;
}
.BgClassName
{
background-color: #187EFC;
}
</style>
border-color css
<style>
span { border-color: #187EFC; }
span { border-color: rgb(24,126,252); }
td.TdClassName
{
border-color: #187EFC;
}
.TagClassName
{
border-color: #187EFC;
}
</style>