Shades of Dodger Blue #187EF8
Tints of Dodger Blue #187EF8
RGB
CMYK
RGB Variations
Color information
#187EF8 (or 0x187EF8) is known color: Dodger Blue. HEX triplet: 18, 7E and F8. RGB value is (24,126,248). Sum of RGB (Red+Green+Blue) = 24+126+248=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #187EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187EF8 is #E78107. Grayscale: #6C6C6C. Windows color (decimal): -15171848 or 16285208. OLE color: 16285208.
HSL color Cylindrical-coordinate representation of color #187EF8: hue angle of 212.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187EF8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 126 | 248 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.03 |
| HSL | 212.68º | 0.94% | 0.53% | - |
| HSV(B) | 212.68º | 0.9% | 0.97% | - |
| XYZ | 24.78 | 21.89 | 91.73 | - |
| YUV | 109.41 | 206.21 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 248 | 0.90 | 0.49 | 0 | 0.03 | 212.68 | 0.94 | 0.53 |
| Hex | 18 | 7E | F8 | 5A | 31 | 0 | 3 | D5 | 5E | 35 |
| Octal | 30 | 176 | 370 | 132 | 61 | 0 | 3 | 325 | 136 | 65 |
| Binary | 11000 | 1111110 | 11111000 | 1011010 | 110001 | 0 | 11 | 11010101 | 1011110 | 110101 |
Color Harmonies of #187EF8
Complementary color
Monochromatic Colors of #187EF8
Black with #187EF8
Text Example
Text Example
White with #187EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EF8; }
p { color: rgb(24,126,248); }
H1.HeaderClassName
{
color: #187EF8;
}
.AnyTagClassName
{
color: #187EF8;
}
</style>
background-color css
<style>
a { background-color: #187EF8; }
a { background-color: rgb(24,126,248); }
div.DivClassName
{
background-color: #187EF8;
}
.BgClassName
{
background-color: #187EF8;
}
</style>
border-color css
<style>
span { border-color: #187EF8; }
span { border-color: rgb(24,126,248); }
td.TdClassName
{
border-color: #187EF8;
}
.TagClassName
{
border-color: #187EF8;
}
</style>