Shades of Dodger Blue #187FDD
Tints of Dodger Blue #187FDD
RGB
CMYK
RGB Variations
Color information
#187FDD (or 0x187FDD) is known color: Dodger Blue. HEX triplet: 18, 7F and DD. RGB value is (24,127,221). Sum of RGB (Red+Green+Blue) = 24+127+221=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #187FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FDD is #E78022. Grayscale: #6A6A6A. Windows color (decimal): -15171619 or 14515992. OLE color: 14515992.
HSL color Cylindrical-coordinate representation of color #187FDD: hue angle of 208.63º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187FDD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 127 | 221 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 208.63º | 0.8% | 0.48% | - |
| HSV(B) | 208.63º | 0.89% | 0.87% | - |
| XYZ | 21.02 | 20.59 | 71.27 | - |
| YUV | 106.92 | 192.38 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 221 | 0.89 | 0.43 | 0 | 0.13 | 208.63 | 0.8 | 0.48 |
| Hex | 18 | 7F | DD | 59 | 2B | 0 | D | D1 | 50 | 30 |
| Octal | 30 | 177 | 335 | 131 | 53 | 0 | 15 | 321 | 120 | 60 |
| Binary | 11000 | 1111111 | 11011101 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010000 | 110000 |
Color Harmonies of #187FDD
Complementary color
Monochromatic Colors of #187FDD
Black with #187FDD
Text Example
Text Example
White with #187FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FDD; }
p { color: rgb(24,127,221); }
H1.HeaderClassName
{
color: #187FDD;
}
.AnyTagClassName
{
color: #187FDD;
}
</style>
background-color css
<style>
a { background-color: #187FDD; }
a { background-color: rgb(24,127,221); }
div.DivClassName
{
background-color: #187FDD;
}
.BgClassName
{
background-color: #187FDD;
}
</style>
border-color css
<style>
span { border-color: #187FDD; }
span { border-color: rgb(24,127,221); }
td.TdClassName
{
border-color: #187FDD;
}
.TagClassName
{
border-color: #187FDD;
}
</style>