Shades of Dodger Blue #187EEF
Tints of Dodger Blue #187EEF
RGB
CMYK
RGB Variations
Color information
#187EEF (or 0x187EEF) is known color: Dodger Blue. HEX triplet: 18, 7E and EF. RGB value is (24,126,239). Sum of RGB (Red+Green+Blue) = 24+126+239=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #187EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187EEF is #E78110. Grayscale: #6B6B6B. Windows color (decimal): -15171857 or 15695384. OLE color: 15695384.
HSL color Cylindrical-coordinate representation of color #187EEF: hue angle of 211.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187EEF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 126 | 239 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.06 |
| HSL | 211.53º | 0.87% | 0.52% | - |
| HSV(B) | 211.53º | 0.9% | 0.94% | - |
| XYZ | 23.42 | 21.35 | 84.55 | - |
| YUV | 108.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 239 | 0.90 | 0.47 | 0 | 0.06 | 211.53 | 0.87 | 0.52 |
| Hex | 18 | 7E | EF | 5A | 2F | 0 | 6 | D4 | 57 | 34 |
| Octal | 30 | 176 | 357 | 132 | 57 | 0 | 6 | 324 | 127 | 64 |
| Binary | 11000 | 1111110 | 11101111 | 1011010 | 101111 | 0 | 110 | 11010100 | 1010111 | 110100 |
Color Harmonies of #187EEF
Complementary color
Monochromatic Colors of #187EEF
Black with #187EEF
Text Example
Text Example
White with #187EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EEF; }
p { color: rgb(24,126,239); }
H1.HeaderClassName
{
color: #187EEF;
}
.AnyTagClassName
{
color: #187EEF;
}
</style>
background-color css
<style>
a { background-color: #187EEF; }
a { background-color: rgb(24,126,239); }
div.DivClassName
{
background-color: #187EEF;
}
.BgClassName
{
background-color: #187EEF;
}
</style>
border-color css
<style>
span { border-color: #187EEF; }
span { border-color: rgb(24,126,239); }
td.TdClassName
{
border-color: #187EEF;
}
.TagClassName
{
border-color: #187EEF;
}
</style>