Shades of Dodger Blue #188BED
Tints of Dodger Blue #188BED
RGB
CMYK
RGB Variations
Color information
#188BED (or 0x188BED) is known color: Dodger Blue. HEX triplet: 18, 8B and ED. RGB value is (24,139,237). Sum of RGB (Red+Green+Blue) = 24+139+237=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #188BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BED is #E77412. Grayscale: #737373. Windows color (decimal): -15168531 or 15567640. OLE color: 15567640.
HSL color Cylindrical-coordinate representation of color #188BED: hue angle of 207.61º 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 #188BED is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 139 | 237 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.07 |
| HSL | 207.61º | 0.86% | 0.51% | - |
| HSV(B) | 207.61º | 0.9% | 0.93% | - |
| XYZ | 24.9 | 24.77 | 83.59 | - |
| YUV | 115.79 | 196.4 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 237 | 0.90 | 0.41 | 0 | 0.07 | 207.61 | 0.86 | 0.51 |
| Hex | 18 | 8B | ED | 5A | 29 | 0 | 7 | D0 | 56 | 33 |
| Octal | 30 | 213 | 355 | 132 | 51 | 0 | 7 | 320 | 126 | 63 |
| Binary | 11000 | 10001011 | 11101101 | 1011010 | 101001 | 0 | 111 | 11010000 | 1010110 | 110011 |
Color Harmonies of #188BED
Complementary color
Monochromatic Colors of #188BED
Black with #188BED
Text Example
Text Example
White with #188BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BED; }
p { color: rgb(24,139,237); }
H1.HeaderClassName
{
color: #188BED;
}
.AnyTagClassName
{
color: #188BED;
}
</style>
background-color css
<style>
a { background-color: #188BED; }
a { background-color: rgb(24,139,237); }
div.DivClassName
{
background-color: #188BED;
}
.BgClassName
{
background-color: #188BED;
}
</style>
border-color css
<style>
span { border-color: #188BED; }
span { border-color: rgb(24,139,237); }
td.TdClassName
{
border-color: #188BED;
}
.TagClassName
{
border-color: #188BED;
}
</style>