Shades of Dodger Blue #188EFE
Tints of Dodger Blue #188EFE
RGB
CMYK
RGB Variations
Color information
#188EFE (or 0x188EFE) is known color: Dodger Blue. HEX triplet: 18, 8E and FE. RGB value is (24,142,254). Sum of RGB (Red+Green+Blue) = 24+142+254=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #188EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EFE is #E77101. Grayscale: #767676. Windows color (decimal): -15167746 or 16682520. OLE color: 16682520.
HSL color Cylindrical-coordinate representation of color #188EFE: hue angle of 209.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188EFE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 142 | 254 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.00 |
| HSL | 209.22º | 0.99% | 0.55% | - |
| HSV(B) | 209.22º | 0.91% | 1% | - |
| XYZ | 27.94 | 26.7 | 97.45 | - |
| YUV | 119.49 | 203.91 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 254 | 0.91 | 0.44 | 0 | 0.00 | 209.22 | 0.99 | 0.55 |
| Hex | 18 | 8E | FE | 5B | 2C | 0 | 0 | D1 | 63 | 37 |
| Octal | 30 | 216 | 376 | 133 | 54 | 0 | 0 | 321 | 143 | 67 |
| Binary | 11000 | 10001110 | 11111110 | 1011011 | 101100 | 0 | 0 | 11010001 | 1100011 | 110111 |
Color Harmonies of #188EFE
Complementary color
Monochromatic Colors of #188EFE
Black with #188EFE
Text Example
Text Example
White with #188EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EFE; }
p { color: rgb(24,142,254); }
H1.HeaderClassName
{
color: #188EFE;
}
.AnyTagClassName
{
color: #188EFE;
}
</style>
background-color css
<style>
a { background-color: #188EFE; }
a { background-color: rgb(24,142,254); }
div.DivClassName
{
background-color: #188EFE;
}
.BgClassName
{
background-color: #188EFE;
}
</style>
border-color css
<style>
span { border-color: #188EFE; }
span { border-color: rgb(24,142,254); }
td.TdClassName
{
border-color: #188EFE;
}
.TagClassName
{
border-color: #188EFE;
}
</style>