Shades of Dodger Blue #188BEF
Tints of Dodger Blue #188BEF
RGB
CMYK
RGB Variations
Color information
#188BEF (or 0x188BEF) is known color: Dodger Blue. HEX triplet: 18, 8B and EF. RGB value is (24,139,239). Sum of RGB (Red+Green+Blue) = 24+139+239=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #188BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BEF is #E77410. Grayscale: #737373. Windows color (decimal): -15168529 or 15698712. OLE color: 15698712.
HSL color Cylindrical-coordinate representation of color #188BEF: hue angle of 207.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188BEF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 139 | 239 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.06 |
| HSL | 207.91º | 0.87% | 0.52% | - |
| HSV(B) | 207.91º | 0.9% | 0.94% | - |
| XYZ | 25.19 | 24.89 | 85.14 | - |
| YUV | 116.02 | 197.4 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 239 | 0.90 | 0.42 | 0 | 0.06 | 207.91 | 0.87 | 0.52 |
| Hex | 18 | 8B | EF | 5A | 2A | 0 | 6 | D0 | 57 | 34 |
| Octal | 30 | 213 | 357 | 132 | 52 | 0 | 6 | 320 | 127 | 64 |
| Binary | 11000 | 10001011 | 11101111 | 1011010 | 101010 | 0 | 110 | 11010000 | 1010111 | 110100 |
Color Harmonies of #188BEF
Complementary color
Monochromatic Colors of #188BEF
Black with #188BEF
Text Example
Text Example
White with #188BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BEF; }
p { color: rgb(24,139,239); }
H1.HeaderClassName
{
color: #188BEF;
}
.AnyTagClassName
{
color: #188BEF;
}
</style>
background-color css
<style>
a { background-color: #188BEF; }
a { background-color: rgb(24,139,239); }
div.DivClassName
{
background-color: #188BEF;
}
.BgClassName
{
background-color: #188BEF;
}
</style>
border-color css
<style>
span { border-color: #188BEF; }
span { border-color: rgb(24,139,239); }
td.TdClassName
{
border-color: #188BEF;
}
.TagClassName
{
border-color: #188BEF;
}
</style>