Shades of Dodger Blue #187DFF
Tints of Dodger Blue #187DFF
RGB
CMYK
RGB Variations
Color information
#187DFF (or 0x187DFF) is known color: Dodger Blue. HEX triplet: 18, 7D and FF. RGB value is (24,125,255). Sum of RGB (Red+Green+Blue) = 24+125+255=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #187DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DFF is #E78200. Grayscale: #6D6D6D. Windows color (decimal): -15172097 or 16743704. OLE color: 16743704.
HSL color Cylindrical-coordinate representation of color #187DFF: hue angle of 213.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #187DFF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 125 | 255 | - |
| CMYK | 0.91 | 0.51 | 0 | 0 |
| HSL | 213.77º | 1% | 0.55% | - |
| HSV(B) | 213.77º | 0.91% | 1% | - |
| XYZ | 25.76 | 22.08 | 97.51 | - |
| YUV | 109.62 | 210.04 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 255 | 0.91 | 0.51 | 0 | 0 | 213.77 | 1 | 0.55 |
| Hex | 18 | 7D | FF | 5B | 33 | 0 | 0 | D6 | 64 | 37 |
| Octal | 30 | 175 | 377 | 133 | 63 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11000 | 1111101 | 11111111 | 1011011 | 110011 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #187DFF
Complementary color
Monochromatic Colors of #187DFF
Black with #187DFF
Text Example
Text Example
White with #187DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DFF; }
p { color: rgb(24,125,255); }
H1.HeaderClassName
{
color: #187DFF;
}
.AnyTagClassName
{
color: #187DFF;
}
</style>
background-color css
<style>
a { background-color: #187DFF; }
a { background-color: rgb(24,125,255); }
div.DivClassName
{
background-color: #187DFF;
}
.BgClassName
{
background-color: #187DFF;
}
</style>
border-color css
<style>
span { border-color: #187DFF; }
span { border-color: rgb(24,125,255); }
td.TdClassName
{
border-color: #187DFF;
}
.TagClassName
{
border-color: #187DFF;
}
</style>