Shades of Dodger Blue #2188FB
Tints of Dodger Blue #2188FB
RGB
CMYK
RGB Variations
Color information
#2188FB (or 0x2188FB) is known color: Dodger Blue. HEX triplet: 21, 88 and FB. RGB value is (33,136,251). Sum of RGB (Red+Green+Blue) = 33+136+251=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #2188FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2188FB is #DE7704. Grayscale: #757575. Windows color (decimal): -14579461 or 16484385. OLE color: 16484385.
HSL color Cylindrical-coordinate representation of color #2188FB: hue angle of 211.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2188FB is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 136 | 251 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.02 |
| HSL | 211.65º | 0.96% | 0.56% | - |
| HSV(B) | 211.65º | 0.87% | 0.98% | - |
| XYZ | 26.84 | 24.9 | 94.66 | - |
| YUV | 118.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 251 | 0.87 | 0.46 | 0 | 0.02 | 211.65 | 0.96 | 0.56 |
| Hex | 21 | 88 | FB | 57 | 2E | 0 | 2 | D4 | 60 | 38 |
| Octal | 41 | 210 | 373 | 127 | 56 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100001 | 10001000 | 11111011 | 1010111 | 101110 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2188FB
Complementary color
Monochromatic Colors of #2188FB
Black with #2188FB
Text Example
Text Example
White with #2188FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2188FB; }
p { color: rgb(33,136,251); }
H1.HeaderClassName
{
color: #2188FB;
}
.AnyTagClassName
{
color: #2188FB;
}
</style>
background-color css
<style>
a { background-color: #2188FB; }
a { background-color: rgb(33,136,251); }
div.DivClassName
{
background-color: #2188FB;
}
.BgClassName
{
background-color: #2188FB;
}
</style>
border-color css
<style>
span { border-color: #2188FB; }
span { border-color: rgb(33,136,251); }
td.TdClassName
{
border-color: #2188FB;
}
.TagClassName
{
border-color: #2188FB;
}
</style>