Shades of Dodger Blue #187BE7
Tints of Dodger Blue #187BE7
RGB
CMYK
RGB Variations
Color information
#187BE7 (or 0x187BE7) is known color: Dodger Blue. HEX triplet: 18, 7B and E7. RGB value is (24,123,231). Sum of RGB (Red+Green+Blue) = 24+123+231=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #187BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187BE7 is #E78418. Grayscale: #696969. Windows color (decimal): -15172633 or 15170328. OLE color: 15170328.
HSL color Cylindrical-coordinate representation of color #187BE7: hue angle of 211.3º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187BE7 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 123 | 231 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.09 |
| HSL | 211.3º | 0.81% | 0.5% | - |
| HSV(B) | 211.3º | 0.9% | 0.91% | - |
| XYZ | 21.88 | 20.13 | 78.33 | - |
| YUV | 105.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 231 | 0.90 | 0.47 | 0 | 0.09 | 211.3 | 0.81 | 0.5 |
| Hex | 18 | 7B | E7 | 5A | 2F | 0 | 9 | D3 | 51 | 32 |
| Octal | 30 | 173 | 347 | 132 | 57 | 0 | 11 | 323 | 121 | 62 |
| Binary | 11000 | 1111011 | 11100111 | 1011010 | 101111 | 0 | 1001 | 11010011 | 1010001 | 110010 |
Color Harmonies of #187BE7
Complementary color
Monochromatic Colors of #187BE7
Black with #187BE7
Text Example
Text Example
White with #187BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BE7; }
p { color: rgb(24,123,231); }
H1.HeaderClassName
{
color: #187BE7;
}
.AnyTagClassName
{
color: #187BE7;
}
</style>
background-color css
<style>
a { background-color: #187BE7; }
a { background-color: rgb(24,123,231); }
div.DivClassName
{
background-color: #187BE7;
}
.BgClassName
{
background-color: #187BE7;
}
</style>
border-color css
<style>
span { border-color: #187BE7; }
span { border-color: rgb(24,123,231); }
td.TdClassName
{
border-color: #187BE7;
}
.TagClassName
{
border-color: #187BE7;
}
</style>