Shades of Dodger Blue #187AFB
Tints of Dodger Blue #187AFB
RGB
CMYK
RGB Variations
Color information
#187AFB (or 0x187AFB) is known color: Dodger Blue. HEX triplet: 18, 7A and FB. RGB value is (24,122,251). Sum of RGB (Red+Green+Blue) = 24+122+251=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #187AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AFB is #E78504. Grayscale: #6A6A6A. Windows color (decimal): -15172869 or 16480792. OLE color: 16480792.
HSL color Cylindrical-coordinate representation of color #187AFB: hue angle of 214.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187AFB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 122 | 251 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.02 |
| HSL | 214.1º | 0.97% | 0.54% | - |
| HSV(B) | 214.1º | 0.9% | 0.98% | - |
| XYZ | 24.75 | 21.08 | 94.03 | - |
| YUV | 107.4 | 209.03 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 251 | 0.90 | 0.51 | 0 | 0.02 | 214.1 | 0.97 | 0.54 |
| Hex | 18 | 7A | FB | 5A | 33 | 0 | 2 | D6 | 61 | 36 |
| Octal | 30 | 172 | 373 | 132 | 63 | 0 | 2 | 326 | 141 | 66 |
| Binary | 11000 | 1111010 | 11111011 | 1011010 | 110011 | 0 | 10 | 11010110 | 1100001 | 110110 |
Color Harmonies of #187AFB
Complementary color
Monochromatic Colors of #187AFB
Black with #187AFB
Text Example
Text Example
White with #187AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AFB; }
p { color: rgb(24,122,251); }
H1.HeaderClassName
{
color: #187AFB;
}
.AnyTagClassName
{
color: #187AFB;
}
</style>
background-color css
<style>
a { background-color: #187AFB; }
a { background-color: rgb(24,122,251); }
div.DivClassName
{
background-color: #187AFB;
}
.BgClassName
{
background-color: #187AFB;
}
</style>
border-color css
<style>
span { border-color: #187AFB; }
span { border-color: rgb(24,122,251); }
td.TdClassName
{
border-color: #187AFB;
}
.TagClassName
{
border-color: #187AFB;
}
</style>