Shades of Dodger Blue #188FED
Tints of Dodger Blue #188FED
RGB
CMYK
RGB Variations
Color information
#188FED (or 0x188FED) is known color: Dodger Blue. HEX triplet: 18, 8F and ED. RGB value is (24,143,237). Sum of RGB (Red+Green+Blue) = 24+143+237=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #188FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FED is #E77012. Grayscale: #757575. Windows color (decimal): -15167507 or 15568664. OLE color: 15568664.
HSL color Cylindrical-coordinate representation of color #188FED: hue angle of 206.48º 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 #188FED is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 143 | 237 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.07 |
| HSL | 206.48º | 0.86% | 0.51% | - |
| HSV(B) | 206.48º | 0.9% | 0.93% | - |
| XYZ | 25.49 | 25.95 | 83.79 | - |
| YUV | 118.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 237 | 0.90 | 0.40 | 0 | 0.07 | 206.48 | 0.86 | 0.51 |
| Hex | 18 | 8F | ED | 5A | 28 | 0 | 7 | CE | 56 | 33 |
| Octal | 30 | 217 | 355 | 132 | 50 | 0 | 7 | 316 | 126 | 63 |
| Binary | 11000 | 10001111 | 11101101 | 1011010 | 101000 | 0 | 111 | 11001110 | 1010110 | 110011 |
Color Harmonies of #188FED
Complementary color
Monochromatic Colors of #188FED
Black with #188FED
Text Example
Text Example
White with #188FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FED; }
p { color: rgb(24,143,237); }
H1.HeaderClassName
{
color: #188FED;
}
.AnyTagClassName
{
color: #188FED;
}
</style>
background-color css
<style>
a { background-color: #188FED; }
a { background-color: rgb(24,143,237); }
div.DivClassName
{
background-color: #188FED;
}
.BgClassName
{
background-color: #188FED;
}
</style>
border-color css
<style>
span { border-color: #188FED; }
span { border-color: rgb(24,143,237); }
td.TdClassName
{
border-color: #188FED;
}
.TagClassName
{
border-color: #188FED;
}
</style>