Shades of Dodger Blue #187FFA
Tints of Dodger Blue #187FFA
RGB
CMYK
RGB Variations
Color information
#187FFA (or 0x187FFA) is known color: Dodger Blue. HEX triplet: 18, 7F and FA. RGB value is (24,127,250). Sum of RGB (Red+Green+Blue) = 24+127+250=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #187FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187FFA is #E78005. Grayscale: #6D6D6D. Windows color (decimal): -15171590 or 16416536. OLE color: 16416536.
HSL color Cylindrical-coordinate representation of color #187FFA: hue angle of 212.65º 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 #187FFA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 127 | 250 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.02 |
| HSL | 212.65º | 0.96% | 0.54% | - |
| HSV(B) | 212.65º | 0.9% | 0.98% | - |
| XYZ | 25.22 | 22.28 | 93.41 | - |
| YUV | 110.23 | 206.88 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 250 | 0.90 | 0.49 | 0 | 0.02 | 212.65 | 0.96 | 0.54 |
| Hex | 18 | 7F | FA | 5A | 31 | 0 | 2 | D5 | 60 | 36 |
| Octal | 30 | 177 | 372 | 132 | 61 | 0 | 2 | 325 | 140 | 66 |
| Binary | 11000 | 1111111 | 11111010 | 1011010 | 110001 | 0 | 10 | 11010101 | 1100000 | 110110 |
Color Harmonies of #187FFA
Complementary color
Monochromatic Colors of #187FFA
Black with #187FFA
Text Example
Text Example
White with #187FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FFA; }
p { color: rgb(24,127,250); }
H1.HeaderClassName
{
color: #187FFA;
}
.AnyTagClassName
{
color: #187FFA;
}
</style>
background-color css
<style>
a { background-color: #187FFA; }
a { background-color: rgb(24,127,250); }
div.DivClassName
{
background-color: #187FFA;
}
.BgClassName
{
background-color: #187FFA;
}
</style>
border-color css
<style>
span { border-color: #187FFA; }
span { border-color: rgb(24,127,250); }
td.TdClassName
{
border-color: #187FFA;
}
.TagClassName
{
border-color: #187FFA;
}
</style>