Shades of Dodger Blue #188EFF
Tints of Dodger Blue #188EFF
RGB
CMYK
RGB Variations
Color information
#188EFF (or 0x188EFF) is known color: Dodger Blue. HEX triplet: 18, 8E and FF. RGB value is (24,142,255). Sum of RGB (Red+Green+Blue) = 24+142+255=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #188EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EFF is #E77100. Grayscale: #777777. Windows color (decimal): -15167745 or 16748056. OLE color: 16748056.
HSL color Cylindrical-coordinate representation of color #188EFF: hue angle of 209.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188EFF is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 142 | 255 | - |
| CMYK | 0.91 | 0.44 | 0 | 0 |
| HSL | 209.35º | 1% | 0.55% | - |
| HSV(B) | 209.35º | 0.91% | 1% | - |
| XYZ | 28.1 | 26.76 | 98.29 | - |
| YUV | 119.6 | 204.41 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 255 | 0.91 | 0.44 | 0 | 0 | 209.35 | 1 | 0.55 |
| Hex | 18 | 8E | FF | 5B | 2C | 0 | 0 | D1 | 64 | 37 |
| Octal | 30 | 216 | 377 | 133 | 54 | 0 | 0 | 321 | 144 | 67 |
| Binary | 11000 | 10001110 | 11111111 | 1011011 | 101100 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #188EFF
Complementary color
Monochromatic Colors of #188EFF
Black with #188EFF
Text Example
Text Example
White with #188EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EFF; }
p { color: rgb(24,142,255); }
H1.HeaderClassName
{
color: #188EFF;
}
.AnyTagClassName
{
color: #188EFF;
}
</style>
background-color css
<style>
a { background-color: #188EFF; }
a { background-color: rgb(24,142,255); }
div.DivClassName
{
background-color: #188EFF;
}
.BgClassName
{
background-color: #188EFF;
}
</style>
border-color css
<style>
span { border-color: #188EFF; }
span { border-color: rgb(24,142,255); }
td.TdClassName
{
border-color: #188EFF;
}
.TagClassName
{
border-color: #188EFF;
}
</style>