Shades of Dodger Blue #0188EC
Tints of Dodger Blue #0188EC
RGB
CMYK
RGB Variations
Color information
#0188EC (or 0x0188EC) is known color: Dodger Blue. HEX triplet: 01, 88 and EC. RGB value is (1,136,236). Sum of RGB (Red+Green+Blue) = 1+136+236=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #0188EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0188EC is #FE7713. Grayscale: #6A6A6A. Windows color (decimal): -16676628 or 15501313. OLE color: 15501313.
HSL color Cylindrical-coordinate representation of color #0188EC: hue angle of 205.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188EC is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 136 | 236 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.07 |
| HSL | 205.53º | 0.99% | 0.46% | - |
| HSV(B) | 205.53º | 1% | 0.93% | - |
| XYZ | 23.96 | 23.67 | 82.66 | - |
| YUV | 107.04 | 200.77 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 236 | 1.00 | 0.42 | 0 | 0.07 | 205.53 | 0.99 | 0.46 |
| Hex | 1 | 88 | EC | 64 | 2A | 0 | 7 | CE | 63 | 2E |
| Octal | 1 | 210 | 354 | 144 | 52 | 0 | 7 | 316 | 143 | 56 |
| Binary | 1 | 10001000 | 11101100 | 1100100 | 101010 | 0 | 111 | 11001110 | 1100011 | 101110 |
Color Harmonies of #0188EC
Complementary color
Monochromatic Colors of #0188EC
Black with #0188EC
Text Example
Text Example
White with #0188EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188EC; }
p { color: rgb(1,136,236); }
H1.HeaderClassName
{
color: #0188EC;
}
.AnyTagClassName
{
color: #0188EC;
}
</style>
background-color css
<style>
a { background-color: #0188EC; }
a { background-color: rgb(1,136,236); }
div.DivClassName
{
background-color: #0188EC;
}
.BgClassName
{
background-color: #0188EC;
}
</style>
border-color css
<style>
span { border-color: #0188EC; }
span { border-color: rgb(1,136,236); }
td.TdClassName
{
border-color: #0188EC;
}
.TagClassName
{
border-color: #0188EC;
}
</style>