Shades of Dodger Blue #0188FB
Tints of Dodger Blue #0188FB
RGB
CMYK
RGB Variations
Color information
#0188FB (or 0x0188FB) is known color: Dodger Blue. HEX triplet: 01, 88 and FB. RGB value is (1,136,251). Sum of RGB (Red+Green+Blue) = 1+136+251=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #0188FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0188FB is #FE7704. Grayscale: #6C6C6C. Windows color (decimal): -16676613 or 16484353. OLE color: 16484353.
HSL color Cylindrical-coordinate representation of color #0188FB: hue angle of 207.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188FB is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 136 | 251 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.02 |
| HSL | 207.6º | 0.99% | 0.49% | - |
| HSV(B) | 207.6º | 1% | 0.98% | - |
| XYZ | 26.23 | 24.58 | 94.63 | - |
| YUV | 108.75 | 208.27 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 251 | 1.00 | 0.46 | 0 | 0.02 | 207.6 | 0.99 | 0.49 |
| Hex | 1 | 88 | FB | 64 | 2E | 0 | 2 | D0 | 63 | 31 |
| Octal | 1 | 210 | 373 | 144 | 56 | 0 | 2 | 320 | 143 | 61 |
| Binary | 1 | 10001000 | 11111011 | 1100100 | 101110 | 0 | 10 | 11010000 | 1100011 | 110001 |
Color Harmonies of #0188FB
Complementary color
Monochromatic Colors of #0188FB
Black with #0188FB
Text Example
Text Example
White with #0188FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188FB; }
p { color: rgb(1,136,251); }
H1.HeaderClassName
{
color: #0188FB;
}
.AnyTagClassName
{
color: #0188FB;
}
</style>
background-color css
<style>
a { background-color: #0188FB; }
a { background-color: rgb(1,136,251); }
div.DivClassName
{
background-color: #0188FB;
}
.BgClassName
{
background-color: #0188FB;
}
</style>
border-color css
<style>
span { border-color: #0188FB; }
span { border-color: rgb(1,136,251); }
td.TdClassName
{
border-color: #0188FB;
}
.TagClassName
{
border-color: #0188FB;
}
</style>