Shades of Dodger Blue #188CDF
Tints of Dodger Blue #188CDF
RGB
CMYK
RGB Variations
Color information
#188CDF (or 0x188CDF) is known color: Dodger Blue. HEX triplet: 18, 8C and DF. RGB value is (24,140,223). Sum of RGB (Red+Green+Blue) = 24+140+223=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #188CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CDF is #E77320. Grayscale: #727272. Windows color (decimal): -15168289 or 14650392. OLE color: 14650392.
HSL color Cylindrical-coordinate representation of color #188CDF: hue angle of 205.03º degrees, saturation: 0.81, 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 #188CDF is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 140 | 223 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.13 |
| HSL | 205.03º | 0.81% | 0.48% | - |
| HSV(B) | 205.03º | 0.89% | 0.87% | - |
| XYZ | 23.07 | 24.28 | 73.28 | - |
| YUV | 114.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 223 | 0.89 | 0.37 | 0 | 0.13 | 205.03 | 0.81 | 0.48 |
| Hex | 18 | 8C | DF | 59 | 25 | 0 | D | CD | 51 | 30 |
| Octal | 30 | 214 | 337 | 131 | 45 | 0 | 15 | 315 | 121 | 60 |
| Binary | 11000 | 10001100 | 11011111 | 1011001 | 100101 | 0 | 1101 | 11001101 | 1010001 | 110000 |
Color Harmonies of #188CDF
Complementary color
Monochromatic Colors of #188CDF
Black with #188CDF
Text Example
Text Example
White with #188CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CDF; }
p { color: rgb(24,140,223); }
H1.HeaderClassName
{
color: #188CDF;
}
.AnyTagClassName
{
color: #188CDF;
}
</style>
background-color css
<style>
a { background-color: #188CDF; }
a { background-color: rgb(24,140,223); }
div.DivClassName
{
background-color: #188CDF;
}
.BgClassName
{
background-color: #188CDF;
}
</style>
border-color css
<style>
span { border-color: #188CDF; }
span { border-color: rgb(24,140,223); }
td.TdClassName
{
border-color: #188CDF;
}
.TagClassName
{
border-color: #188CDF;
}
</style>