Shades of Dodger Blue #188FEC
Tints of Dodger Blue #188FEC
RGB
CMYK
RGB Variations
Color information
#188FEC (or 0x188FEC) is known color: Dodger Blue. HEX triplet: 18, 8F and EC. RGB value is (24,143,236). Sum of RGB (Red+Green+Blue) = 24+143+236=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #188FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FEC is #E77013. Grayscale: #757575. Windows color (decimal): -15167508 or 15503128. OLE color: 15503128.
HSL color Cylindrical-coordinate representation of color #188FEC: hue angle of 206.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188FEC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 143 | 236 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.07 |
| HSL | 206.32º | 0.85% | 0.51% | - |
| HSV(B) | 206.32º | 0.9% | 0.93% | - |
| XYZ | 25.34 | 25.9 | 83.02 | - |
| YUV | 118.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 236 | 0.90 | 0.39 | 0 | 0.07 | 206.32 | 0.85 | 0.51 |
| Hex | 18 | 8F | EC | 5A | 27 | 0 | 7 | CE | 55 | 33 |
| Octal | 30 | 217 | 354 | 132 | 47 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11000 | 10001111 | 11101100 | 1011010 | 100111 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #188FEC
Complementary color
Monochromatic Colors of #188FEC
Black with #188FEC
Text Example
Text Example
White with #188FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FEC; }
p { color: rgb(24,143,236); }
H1.HeaderClassName
{
color: #188FEC;
}
.AnyTagClassName
{
color: #188FEC;
}
</style>
background-color css
<style>
a { background-color: #188FEC; }
a { background-color: rgb(24,143,236); }
div.DivClassName
{
background-color: #188FEC;
}
.BgClassName
{
background-color: #188FEC;
}
</style>
border-color css
<style>
span { border-color: #188FEC; }
span { border-color: rgb(24,143,236); }
td.TdClassName
{
border-color: #188FEC;
}
.TagClassName
{
border-color: #188FEC;
}
</style>