Shades of Dodger Blue #187AF1
Tints of Dodger Blue #187AF1
RGB
CMYK
RGB Variations
Color information
#187AF1 (or 0x187AF1) is known color: Dodger Blue. HEX triplet: 18, 7A and F1. RGB value is (24,122,241). Sum of RGB (Red+Green+Blue) = 24+122+241=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #187AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AF1 is #E7850E. Grayscale: #696969. Windows color (decimal): -15172879 or 15825432. OLE color: 15825432.
HSL color Cylindrical-coordinate representation of color #187AF1: hue angle of 212.9º 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 #187AF1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 122 | 241 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.9º | 0.89% | 0.52% | - |
| HSV(B) | 212.9º | 0.9% | 0.95% | - |
| XYZ | 23.21 | 20.46 | 85.95 | - |
| YUV | 106.26 | 204.03 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 241 | 0.90 | 0.49 | 0 | 0.05 | 212.9 | 0.89 | 0.52 |
| Hex | 18 | 7A | F1 | 5A | 31 | 0 | 5 | D5 | 59 | 34 |
| Octal | 30 | 172 | 361 | 132 | 61 | 0 | 5 | 325 | 131 | 64 |
| Binary | 11000 | 1111010 | 11110001 | 1011010 | 110001 | 0 | 101 | 11010101 | 1011001 | 110100 |
Color Harmonies of #187AF1
Complementary color
Monochromatic Colors of #187AF1
Black with #187AF1
Text Example
Text Example
White with #187AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AF1; }
p { color: rgb(24,122,241); }
H1.HeaderClassName
{
color: #187AF1;
}
.AnyTagClassName
{
color: #187AF1;
}
</style>
background-color css
<style>
a { background-color: #187AF1; }
a { background-color: rgb(24,122,241); }
div.DivClassName
{
background-color: #187AF1;
}
.BgClassName
{
background-color: #187AF1;
}
</style>
border-color css
<style>
span { border-color: #187AF1; }
span { border-color: rgb(24,122,241); }
td.TdClassName
{
border-color: #187AF1;
}
.TagClassName
{
border-color: #187AF1;
}
</style>