Shades of Dodger Blue #187DF5
Tints of Dodger Blue #187DF5
RGB
CMYK
RGB Variations
Color information
#187DF5 (or 0x187DF5) is known color: Dodger Blue. HEX triplet: 18, 7D and F5. RGB value is (24,125,245). Sum of RGB (Red+Green+Blue) = 24+125+245=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #187DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF5 is #E7820A. Grayscale: #6B6B6B. Windows color (decimal): -15172107 or 16088344. OLE color: 16088344.
HSL color Cylindrical-coordinate representation of color #187DF5: hue angle of 212.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187DF5 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 125 | 245 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.04 |
| HSL | 212.58º | 0.92% | 0.53% | - |
| HSV(B) | 212.58º | 0.9% | 0.96% | - |
| XYZ | 24.19 | 21.45 | 89.25 | - |
| YUV | 108.48 | 205.04 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 245 | 0.90 | 0.49 | 0 | 0.04 | 212.58 | 0.92 | 0.53 |
| Hex | 18 | 7D | F5 | 5A | 31 | 0 | 4 | D5 | 5C | 35 |
| Octal | 30 | 175 | 365 | 132 | 61 | 0 | 4 | 325 | 134 | 65 |
| Binary | 11000 | 1111101 | 11110101 | 1011010 | 110001 | 0 | 100 | 11010101 | 1011100 | 110101 |
Color Harmonies of #187DF5
Complementary color
Monochromatic Colors of #187DF5
Black with #187DF5
Text Example
Text Example
White with #187DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DF5; }
p { color: rgb(24,125,245); }
H1.HeaderClassName
{
color: #187DF5;
}
.AnyTagClassName
{
color: #187DF5;
}
</style>
background-color css
<style>
a { background-color: #187DF5; }
a { background-color: rgb(24,125,245); }
div.DivClassName
{
background-color: #187DF5;
}
.BgClassName
{
background-color: #187DF5;
}
</style>
border-color css
<style>
span { border-color: #187DF5; }
span { border-color: rgb(24,125,245); }
td.TdClassName
{
border-color: #187DF5;
}
.TagClassName
{
border-color: #187DF5;
}
</style>