Shades of Dodger Blue #0188FC
Tints of Dodger Blue #0188FC
RGB
CMYK
RGB Variations
Color information
#0188FC (or 0x0188FC) is known color: Dodger Blue. HEX triplet: 01, 88 and FC. RGB value is (1,136,252). Sum of RGB (Red+Green+Blue) = 1+136+252=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #0188FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0188FC is #FE7703. Grayscale: #6C6C6C. Windows color (decimal): -16676612 or 16549889. OLE color: 16549889.
HSL color Cylindrical-coordinate representation of color #0188FC: hue angle of 207.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188FC is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 136 | 252 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.01 |
| HSL | 207.73º | 0.99% | 0.5% | - |
| HSV(B) | 207.73º | 1% | 0.99% | - |
| XYZ | 26.39 | 24.64 | 95.46 | - |
| YUV | 108.86 | 208.77 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 252 | 1.00 | 0.46 | 0 | 0.01 | 207.73 | 0.99 | 0.5 |
| Hex | 1 | 88 | FC | 64 | 2E | 0 | 1 | D0 | 63 | 32 |
| Octal | 1 | 210 | 374 | 144 | 56 | 0 | 1 | 320 | 143 | 62 |
| Binary | 1 | 10001000 | 11111100 | 1100100 | 101110 | 0 | 1 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0188FC
Complementary color
Monochromatic Colors of #0188FC
Black with #0188FC
Text Example
Text Example
White with #0188FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188FC; }
p { color: rgb(1,136,252); }
H1.HeaderClassName
{
color: #0188FC;
}
.AnyTagClassName
{
color: #0188FC;
}
</style>
background-color css
<style>
a { background-color: #0188FC; }
a { background-color: rgb(1,136,252); }
div.DivClassName
{
background-color: #0188FC;
}
.BgClassName
{
background-color: #0188FC;
}
</style>
border-color css
<style>
span { border-color: #0188FC; }
span { border-color: rgb(1,136,252); }
td.TdClassName
{
border-color: #0188FC;
}
.TagClassName
{
border-color: #0188FC;
}
</style>