Shades of Dodger Blue #187AEF
Tints of Dodger Blue #187AEF
RGB
CMYK
RGB Variations
Color information
#187AEF (or 0x187AEF) is known color: Dodger Blue. HEX triplet: 18, 7A and EF. RGB value is (24,122,239). Sum of RGB (Red+Green+Blue) = 24+122+239=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #187AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AEF is #E78510. Grayscale: #696969. Windows color (decimal): -15172881 or 15694360. OLE color: 15694360.
HSL color Cylindrical-coordinate representation of color #187AEF: hue angle of 212.65º 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 #187AEF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 122 | 239 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.06 |
| HSL | 212.65º | 0.87% | 0.52% | - |
| HSV(B) | 212.65º | 0.9% | 0.94% | - |
| XYZ | 22.92 | 20.35 | 84.38 | - |
| YUV | 106.04 | 203.03 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 239 | 0.90 | 0.49 | 0 | 0.06 | 212.65 | 0.87 | 0.52 |
| Hex | 18 | 7A | EF | 5A | 31 | 0 | 6 | D5 | 57 | 34 |
| Octal | 30 | 172 | 357 | 132 | 61 | 0 | 6 | 325 | 127 | 64 |
| Binary | 11000 | 1111010 | 11101111 | 1011010 | 110001 | 0 | 110 | 11010101 | 1010111 | 110100 |
Color Harmonies of #187AEF
Complementary color
Monochromatic Colors of #187AEF
Black with #187AEF
Text Example
Text Example
White with #187AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AEF; }
p { color: rgb(24,122,239); }
H1.HeaderClassName
{
color: #187AEF;
}
.AnyTagClassName
{
color: #187AEF;
}
</style>
background-color css
<style>
a { background-color: #187AEF; }
a { background-color: rgb(24,122,239); }
div.DivClassName
{
background-color: #187AEF;
}
.BgClassName
{
background-color: #187AEF;
}
</style>
border-color css
<style>
span { border-color: #187AEF; }
span { border-color: rgb(24,122,239); }
td.TdClassName
{
border-color: #187AEF;
}
.TagClassName
{
border-color: #187AEF;
}
</style>