Shades of Dodger Blue #187FF2
Tints of Dodger Blue #187FF2
RGB
CMYK
RGB Variations
Color information
#187FF2 (or 0x187FF2) is known color: Dodger Blue. HEX triplet: 18, 7F and F2. RGB value is (24,127,242). Sum of RGB (Red+Green+Blue) = 24+127+242=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #187FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187FF2 is #E7800D. Grayscale: #6C6C6C. Windows color (decimal): -15171598 or 15892248. OLE color: 15892248.
HSL color Cylindrical-coordinate representation of color #187FF2: hue angle of 211.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187FF2 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 127 | 242 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.05 |
| HSL | 211.65º | 0.89% | 0.52% | - |
| HSV(B) | 211.65º | 0.9% | 0.95% | - |
| XYZ | 23.99 | 21.78 | 86.94 | - |
| YUV | 109.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 242 | 0.90 | 0.48 | 0 | 0.05 | 211.65 | 0.89 | 0.52 |
| Hex | 18 | 7F | F2 | 5A | 30 | 0 | 5 | D4 | 59 | 34 |
| Octal | 30 | 177 | 362 | 132 | 60 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11000 | 1111111 | 11110010 | 1011010 | 110000 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #187FF2
Complementary color
Monochromatic Colors of #187FF2
Black with #187FF2
Text Example
Text Example
White with #187FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FF2; }
p { color: rgb(24,127,242); }
H1.HeaderClassName
{
color: #187FF2;
}
.AnyTagClassName
{
color: #187FF2;
}
</style>
background-color css
<style>
a { background-color: #187FF2; }
a { background-color: rgb(24,127,242); }
div.DivClassName
{
background-color: #187FF2;
}
.BgClassName
{
background-color: #187FF2;
}
</style>
border-color css
<style>
span { border-color: #187FF2; }
span { border-color: rgb(24,127,242); }
td.TdClassName
{
border-color: #187FF2;
}
.TagClassName
{
border-color: #187FF2;
}
</style>