Shades of Dodger Blue #187CF2
Tints of Dodger Blue #187CF2
RGB
CMYK
RGB Variations
Color information
#187CF2 (or 0x187CF2) is known color: Dodger Blue. HEX triplet: 18, 7C and F2. RGB value is (24,124,242). Sum of RGB (Red+Green+Blue) = 24+124+242=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #187CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187CF2 is #E7830D. Grayscale: #6A6A6A. Windows color (decimal): -15172366 or 15891480. OLE color: 15891480.
HSL color Cylindrical-coordinate representation of color #187CF2: hue angle of 212.48º 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 #187CF2 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 124 | 242 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.48º | 0.89% | 0.52% | - |
| HSV(B) | 212.48º | 0.9% | 0.95% | - |
| XYZ | 23.61 | 21.02 | 86.82 | - |
| YUV | 107.55 | 203.87 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 242 | 0.90 | 0.49 | 0 | 0.05 | 212.48 | 0.89 | 0.52 |
| Hex | 18 | 7C | F2 | 5A | 31 | 0 | 5 | D4 | 59 | 34 |
| Octal | 30 | 174 | 362 | 132 | 61 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11000 | 1111100 | 11110010 | 1011010 | 110001 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #187CF2
Complementary color
Monochromatic Colors of #187CF2
Black with #187CF2
Text Example
Text Example
White with #187CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CF2; }
p { color: rgb(24,124,242); }
H1.HeaderClassName
{
color: #187CF2;
}
.AnyTagClassName
{
color: #187CF2;
}
</style>
background-color css
<style>
a { background-color: #187CF2; }
a { background-color: rgb(24,124,242); }
div.DivClassName
{
background-color: #187CF2;
}
.BgClassName
{
background-color: #187CF2;
}
</style>
border-color css
<style>
span { border-color: #187CF2; }
span { border-color: rgb(24,124,242); }
td.TdClassName
{
border-color: #187CF2;
}
.TagClassName
{
border-color: #187CF2;
}
</style>