Shades of Dodger Blue #188DF8
Tints of Dodger Blue #188DF8
RGB
CMYK
RGB Variations
Color information
#188DF8 (or 0x188DF8) is known color: Dodger Blue. HEX triplet: 18, 8D and F8. RGB value is (24,141,248). Sum of RGB (Red+Green+Blue) = 24+141+248=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #188DF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DF8 is #E77207. Grayscale: #757575. Windows color (decimal): -15168008 or 16289048. OLE color: 16289048.
HSL color Cylindrical-coordinate representation of color #188DF8: hue angle of 208.66º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DF8 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 141 | 248 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.03 |
| HSL | 208.66º | 0.94% | 0.53% | - |
| HSV(B) | 208.66º | 0.9% | 0.97% | - |
| XYZ | 26.84 | 26.02 | 92.41 | - |
| YUV | 118.22 | 201.24 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 248 | 0.90 | 0.43 | 0 | 0.03 | 208.66 | 0.94 | 0.53 |
| Hex | 18 | 8D | F8 | 5A | 2B | 0 | 3 | D1 | 5E | 35 |
| Octal | 30 | 215 | 370 | 132 | 53 | 0 | 3 | 321 | 136 | 65 |
| Binary | 11000 | 10001101 | 11111000 | 1011010 | 101011 | 0 | 11 | 11010001 | 1011110 | 110101 |
Color Harmonies of #188DF8
Complementary color
Monochromatic Colors of #188DF8
Black with #188DF8
Text Example
Text Example
White with #188DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DF8; }
p { color: rgb(24,141,248); }
H1.HeaderClassName
{
color: #188DF8;
}
.AnyTagClassName
{
color: #188DF8;
}
</style>
background-color css
<style>
a { background-color: #188DF8; }
a { background-color: rgb(24,141,248); }
div.DivClassName
{
background-color: #188DF8;
}
.BgClassName
{
background-color: #188DF8;
}
</style>
border-color css
<style>
span { border-color: #188DF8; }
span { border-color: rgb(24,141,248); }
td.TdClassName
{
border-color: #188DF8;
}
.TagClassName
{
border-color: #188DF8;
}
</style>