Shades of Dodger Blue #188CED
Tints of Dodger Blue #188CED
RGB
CMYK
RGB Variations
Color information
#188CED (or 0x188CED) is known color: Dodger Blue. HEX triplet: 18, 8C and ED. RGB value is (24,140,237). Sum of RGB (Red+Green+Blue) = 24+140+237=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #188CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CED is #E77312. Grayscale: #737373. Windows color (decimal): -15168275 or 15567896. OLE color: 15567896.
HSL color Cylindrical-coordinate representation of color #188CED: hue angle of 207.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188CED is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 140 | 237 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.07 |
| HSL | 207.32º | 0.86% | 0.51% | - |
| HSV(B) | 207.32º | 0.9% | 0.93% | - |
| XYZ | 25.04 | 25.06 | 83.64 | - |
| YUV | 116.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 237 | 0.90 | 0.41 | 0 | 0.07 | 207.32 | 0.86 | 0.51 |
| Hex | 18 | 8C | ED | 5A | 29 | 0 | 7 | CF | 56 | 33 |
| Octal | 30 | 214 | 355 | 132 | 51 | 0 | 7 | 317 | 126 | 63 |
| Binary | 11000 | 10001100 | 11101101 | 1011010 | 101001 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #188CED
Complementary color
Monochromatic Colors of #188CED
Black with #188CED
Text Example
Text Example
White with #188CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CED; }
p { color: rgb(24,140,237); }
H1.HeaderClassName
{
color: #188CED;
}
.AnyTagClassName
{
color: #188CED;
}
</style>
background-color css
<style>
a { background-color: #188CED; }
a { background-color: rgb(24,140,237); }
div.DivClassName
{
background-color: #188CED;
}
.BgClassName
{
background-color: #188CED;
}
</style>
border-color css
<style>
span { border-color: #188CED; }
span { border-color: rgb(24,140,237); }
td.TdClassName
{
border-color: #188CED;
}
.TagClassName
{
border-color: #188CED;
}
</style>