Shades of Dodger Blue #187AFA
Tints of Dodger Blue #187AFA
RGB
CMYK
RGB Variations
Color information
#187AFA (or 0x187AFA) is known color: Dodger Blue. HEX triplet: 18, 7A and FA. RGB value is (24,122,250). Sum of RGB (Red+Green+Blue) = 24+122+250=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #187AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AFA is #E78505. Grayscale: #6A6A6A. Windows color (decimal): -15172870 or 16415256. OLE color: 16415256.
HSL color Cylindrical-coordinate representation of color #187AFA: hue angle of 213.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187AFA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 122 | 250 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.02 |
| HSL | 213.98º | 0.96% | 0.54% | - |
| HSV(B) | 213.98º | 0.9% | 0.98% | - |
| XYZ | 24.59 | 21.02 | 93.2 | - |
| YUV | 107.29 | 208.53 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 250 | 0.90 | 0.51 | 0 | 0.02 | 213.98 | 0.96 | 0.54 |
| Hex | 18 | 7A | FA | 5A | 33 | 0 | 2 | D6 | 60 | 36 |
| Octal | 30 | 172 | 372 | 132 | 63 | 0 | 2 | 326 | 140 | 66 |
| Binary | 11000 | 1111010 | 11111010 | 1011010 | 110011 | 0 | 10 | 11010110 | 1100000 | 110110 |
Color Harmonies of #187AFA
Complementary color
Monochromatic Colors of #187AFA
Black with #187AFA
Text Example
Text Example
White with #187AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AFA; }
p { color: rgb(24,122,250); }
H1.HeaderClassName
{
color: #187AFA;
}
.AnyTagClassName
{
color: #187AFA;
}
</style>
background-color css
<style>
a { background-color: #187AFA; }
a { background-color: rgb(24,122,250); }
div.DivClassName
{
background-color: #187AFA;
}
.BgClassName
{
background-color: #187AFA;
}
</style>
border-color css
<style>
span { border-color: #187AFA; }
span { border-color: rgb(24,122,250); }
td.TdClassName
{
border-color: #187AFA;
}
.TagClassName
{
border-color: #187AFA;
}
</style>