Shades of Dodger Blue #188FDE
Tints of Dodger Blue #188FDE
RGB
CMYK
RGB Variations
Color information
#188FDE (or 0x188FDE) is known color: Dodger Blue. HEX triplet: 18, 8F and DE. RGB value is (24,143,222). Sum of RGB (Red+Green+Blue) = 24+143+222=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #188FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FDE is #E77021. Grayscale: #737373. Windows color (decimal): -15167522 or 14585624. OLE color: 14585624.
HSL color Cylindrical-coordinate representation of color #188FDE: hue angle of 203.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188FDE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 143 | 222 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.13 |
| HSL | 203.94º | 0.8% | 0.48% | - |
| HSV(B) | 203.94º | 0.89% | 0.87% | - |
| XYZ | 23.38 | 25.11 | 72.72 | - |
| YUV | 116.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 222 | 0.89 | 0.36 | 0 | 0.13 | 203.94 | 0.8 | 0.48 |
| Hex | 18 | 8F | DE | 59 | 24 | 0 | D | CC | 50 | 30 |
| Octal | 30 | 217 | 336 | 131 | 44 | 0 | 15 | 314 | 120 | 60 |
| Binary | 11000 | 10001111 | 11011110 | 1011001 | 100100 | 0 | 1101 | 11001100 | 1010000 | 110000 |
Color Harmonies of #188FDE
Complementary color
Monochromatic Colors of #188FDE
Black with #188FDE
Text Example
Text Example
White with #188FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FDE; }
p { color: rgb(24,143,222); }
H1.HeaderClassName
{
color: #188FDE;
}
.AnyTagClassName
{
color: #188FDE;
}
</style>
background-color css
<style>
a { background-color: #188FDE; }
a { background-color: rgb(24,143,222); }
div.DivClassName
{
background-color: #188FDE;
}
.BgClassName
{
background-color: #188FDE;
}
</style>
border-color css
<style>
span { border-color: #188FDE; }
span { border-color: rgb(24,143,222); }
td.TdClassName
{
border-color: #188FDE;
}
.TagClassName
{
border-color: #188FDE;
}
</style>