Shades of Dodger Blue #187BF2
Tints of Dodger Blue #187BF2
RGB
CMYK
RGB Variations
Color information
#187BF2 (or 0x187BF2) is known color: Dodger Blue. HEX triplet: 18, 7B and F2. RGB value is (24,123,242). Sum of RGB (Red+Green+Blue) = 24+123+242=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #187BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187BF2 is #E7840D. Grayscale: #6A6A6A. Windows color (decimal): -15172622 or 15891224. OLE color: 15891224.
HSL color Cylindrical-coordinate representation of color #187BF2: hue angle of 212.75º 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 #187BF2 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 123 | 242 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.75º | 0.89% | 0.52% | - |
| HSV(B) | 212.75º | 0.9% | 0.95% | - |
| XYZ | 23.49 | 20.77 | 86.78 | - |
| YUV | 106.97 | 204.2 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 242 | 0.90 | 0.49 | 0 | 0.05 | 212.75 | 0.89 | 0.52 |
| Hex | 18 | 7B | F2 | 5A | 31 | 0 | 5 | D5 | 59 | 34 |
| Octal | 30 | 173 | 362 | 132 | 61 | 0 | 5 | 325 | 131 | 64 |
| Binary | 11000 | 1111011 | 11110010 | 1011010 | 110001 | 0 | 101 | 11010101 | 1011001 | 110100 |
Color Harmonies of #187BF2
Complementary color
Monochromatic Colors of #187BF2
Black with #187BF2
Text Example
Text Example
White with #187BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BF2; }
p { color: rgb(24,123,242); }
H1.HeaderClassName
{
color: #187BF2;
}
.AnyTagClassName
{
color: #187BF2;
}
</style>
background-color css
<style>
a { background-color: #187BF2; }
a { background-color: rgb(24,123,242); }
div.DivClassName
{
background-color: #187BF2;
}
.BgClassName
{
background-color: #187BF2;
}
</style>
border-color css
<style>
span { border-color: #187BF2; }
span { border-color: rgb(24,123,242); }
td.TdClassName
{
border-color: #187BF2;
}
.TagClassName
{
border-color: #187BF2;
}
</style>