Shades of Dodger Blue #188CF8
Tints of Dodger Blue #188CF8
RGB
CMYK
RGB Variations
Color information
#188CF8 (or 0x188CF8) is known color: Dodger Blue. HEX triplet: 18, 8C and F8. RGB value is (24,140,248). Sum of RGB (Red+Green+Blue) = 24+140+248=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #188CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CF8 is #E77307. Grayscale: #757575. Windows color (decimal): -15168264 or 16288792. OLE color: 16288792.
HSL color Cylindrical-coordinate representation of color #188CF8: hue angle of 208.93º 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 #188CF8 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 140 | 248 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.03 |
| HSL | 208.93º | 0.94% | 0.53% | - |
| HSV(B) | 208.93º | 0.9% | 0.97% | - |
| XYZ | 26.7 | 25.73 | 92.37 | - |
| YUV | 117.63 | 201.57 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 248 | 0.90 | 0.44 | 0 | 0.03 | 208.93 | 0.94 | 0.53 |
| Hex | 18 | 8C | F8 | 5A | 2C | 0 | 3 | D1 | 5E | 35 |
| Octal | 30 | 214 | 370 | 132 | 54 | 0 | 3 | 321 | 136 | 65 |
| Binary | 11000 | 10001100 | 11111000 | 1011010 | 101100 | 0 | 11 | 11010001 | 1011110 | 110101 |
Color Harmonies of #188CF8
Complementary color
Monochromatic Colors of #188CF8
Black with #188CF8
Text Example
Text Example
White with #188CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CF8; }
p { color: rgb(24,140,248); }
H1.HeaderClassName
{
color: #188CF8;
}
.AnyTagClassName
{
color: #188CF8;
}
</style>
background-color css
<style>
a { background-color: #188CF8; }
a { background-color: rgb(24,140,248); }
div.DivClassName
{
background-color: #188CF8;
}
.BgClassName
{
background-color: #188CF8;
}
</style>
border-color css
<style>
span { border-color: #188CF8; }
span { border-color: rgb(24,140,248); }
td.TdClassName
{
border-color: #188CF8;
}
.TagClassName
{
border-color: #188CF8;
}
</style>