Shades of Dodger Blue #187AF8
Tints of Dodger Blue #187AF8
RGB
CMYK
RGB Variations
Color information
#187AF8 (or 0x187AF8) is known color: Dodger Blue. HEX triplet: 18, 7A and F8. RGB value is (24,122,248). Sum of RGB (Red+Green+Blue) = 24+122+248=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #187AF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AF8 is #E78507. Grayscale: #6A6A6A. Windows color (decimal): -15172872 or 16284184. OLE color: 16284184.
HSL color Cylindrical-coordinate representation of color #187AF8: hue angle of 213.75º 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 #187AF8 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 122 | 248 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.03 |
| HSL | 213.75º | 0.94% | 0.53% | - |
| HSV(B) | 213.75º | 0.9% | 0.97% | - |
| XYZ | 24.28 | 20.89 | 91.56 | - |
| YUV | 107.06 | 207.53 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 248 | 0.90 | 0.51 | 0 | 0.03 | 213.75 | 0.94 | 0.53 |
| Hex | 18 | 7A | F8 | 5A | 33 | 0 | 3 | D6 | 5E | 35 |
| Octal | 30 | 172 | 370 | 132 | 63 | 0 | 3 | 326 | 136 | 65 |
| Binary | 11000 | 1111010 | 11111000 | 1011010 | 110011 | 0 | 11 | 11010110 | 1011110 | 110101 |
Color Harmonies of #187AF8
Complementary color
Monochromatic Colors of #187AF8
Black with #187AF8
Text Example
Text Example
White with #187AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AF8; }
p { color: rgb(24,122,248); }
H1.HeaderClassName
{
color: #187AF8;
}
.AnyTagClassName
{
color: #187AF8;
}
</style>
background-color css
<style>
a { background-color: #187AF8; }
a { background-color: rgb(24,122,248); }
div.DivClassName
{
background-color: #187AF8;
}
.BgClassName
{
background-color: #187AF8;
}
</style>
border-color css
<style>
span { border-color: #187AF8; }
span { border-color: rgb(24,122,248); }
td.TdClassName
{
border-color: #187AF8;
}
.TagClassName
{
border-color: #187AF8;
}
</style>