Shades of Dodger Blue #188CDA
Tints of Dodger Blue #188CDA
RGB
CMYK
RGB Variations
Color information
#188CDA (or 0x188CDA) is known color: Dodger Blue. HEX triplet: 18, 8C and DA. RGB value is (24,140,218). Sum of RGB (Red+Green+Blue) = 24+140+218=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #188CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CDA is #E77325. Grayscale: #717171. Windows color (decimal): -15168294 or 14322712. OLE color: 14322712.
HSL color Cylindrical-coordinate representation of color #188CDA: hue angle of 204.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188CDA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 140 | 218 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.15 |
| HSL | 204.12º | 0.8% | 0.47% | - |
| HSV(B) | 204.12º | 0.89% | 0.85% | - |
| XYZ | 22.41 | 24.01 | 69.78 | - |
| YUV | 114.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 218 | 0.89 | 0.36 | 0 | 0.15 | 204.12 | 0.8 | 0.47 |
| Hex | 18 | 8C | DA | 59 | 24 | 0 | F | CC | 50 | 2F |
| Octal | 30 | 214 | 332 | 131 | 44 | 0 | 17 | 314 | 120 | 57 |
| Binary | 11000 | 10001100 | 11011010 | 1011001 | 100100 | 0 | 1111 | 11001100 | 1010000 | 101111 |
Color Harmonies of #188CDA
Complementary color
Monochromatic Colors of #188CDA
Black with #188CDA
Text Example
Text Example
White with #188CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CDA; }
p { color: rgb(24,140,218); }
H1.HeaderClassName
{
color: #188CDA;
}
.AnyTagClassName
{
color: #188CDA;
}
</style>
background-color css
<style>
a { background-color: #188CDA; }
a { background-color: rgb(24,140,218); }
div.DivClassName
{
background-color: #188CDA;
}
.BgClassName
{
background-color: #188CDA;
}
</style>
border-color css
<style>
span { border-color: #188CDA; }
span { border-color: rgb(24,140,218); }
td.TdClassName
{
border-color: #188CDA;
}
.TagClassName
{
border-color: #188CDA;
}
</style>