Shades of Dodger Blue #187CFD
Tints of Dodger Blue #187CFD
RGB
CMYK
RGB Variations
Color information
#187CFD (or 0x187CFD) is known color: Dodger Blue. HEX triplet: 18, 7C and FD. RGB value is (24,124,253). Sum of RGB (Red+Green+Blue) = 24+124+253=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #187CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187CFD is #E78302. Grayscale: #6C6C6C. Windows color (decimal): -15172355 or 16612376. OLE color: 16612376.
HSL color Cylindrical-coordinate representation of color #187CFD: hue angle of 213.8º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #187CFD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 124 | 253 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.01 |
| HSL | 213.8º | 0.98% | 0.54% | - |
| HSV(B) | 213.8º | 0.91% | 0.99% | - |
| XYZ | 25.31 | 21.7 | 95.78 | - |
| YUV | 108.81 | 209.37 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 253 | 0.91 | 0.51 | 0 | 0.01 | 213.8 | 0.98 | 0.54 |
| Hex | 18 | 7C | FD | 5B | 33 | 0 | 1 | D6 | 62 | 36 |
| Octal | 30 | 174 | 375 | 133 | 63 | 0 | 1 | 326 | 142 | 66 |
| Binary | 11000 | 1111100 | 11111101 | 1011011 | 110011 | 0 | 1 | 11010110 | 1100010 | 110110 |
Color Harmonies of #187CFD
Complementary color
Monochromatic Colors of #187CFD
Black with #187CFD
Text Example
Text Example
White with #187CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CFD; }
p { color: rgb(24,124,253); }
H1.HeaderClassName
{
color: #187CFD;
}
.AnyTagClassName
{
color: #187CFD;
}
</style>
background-color css
<style>
a { background-color: #187CFD; }
a { background-color: rgb(24,124,253); }
div.DivClassName
{
background-color: #187CFD;
}
.BgClassName
{
background-color: #187CFD;
}
</style>
border-color css
<style>
span { border-color: #187CFD; }
span { border-color: rgb(24,124,253); }
td.TdClassName
{
border-color: #187CFD;
}
.TagClassName
{
border-color: #187CFD;
}
</style>