Shades of Dodger Blue #2188F2
Tints of Dodger Blue #2188F2
RGB
CMYK
RGB Variations
Color information
#2188F2 (or 0x2188F2) is known color: Dodger Blue. HEX triplet: 21, 88 and F2. RGB value is (33,136,242). Sum of RGB (Red+Green+Blue) = 33+136+242=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #2188F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2188F2 is #DE770D. Grayscale: #747474. Windows color (decimal): -14579470 or 15894561. OLE color: 15894561.
HSL color Cylindrical-coordinate representation of color #2188F2: hue angle of 210.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2188F2 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 136 | 242 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.05 |
| HSL | 210.43º | 0.89% | 0.54% | - |
| HSV(B) | 210.43º | 0.86% | 0.95% | - |
| XYZ | 25.46 | 24.34 | 87.36 | - |
| YUV | 117.29 | 198.38 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 242 | 0.86 | 0.44 | 0 | 0.05 | 210.43 | 0.89 | 0.54 |
| Hex | 21 | 88 | F2 | 56 | 2C | 0 | 5 | D2 | 59 | 36 |
| Octal | 41 | 210 | 362 | 126 | 54 | 0 | 5 | 322 | 131 | 66 |
| Binary | 100001 | 10001000 | 11110010 | 1010110 | 101100 | 0 | 101 | 11010010 | 1011001 | 110110 |
Color Harmonies of #2188F2
Complementary color
Monochromatic Colors of #2188F2
Black with #2188F2
Text Example
Text Example
White with #2188F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2188F2; }
p { color: rgb(33,136,242); }
H1.HeaderClassName
{
color: #2188F2;
}
.AnyTagClassName
{
color: #2188F2;
}
</style>
background-color css
<style>
a { background-color: #2188F2; }
a { background-color: rgb(33,136,242); }
div.DivClassName
{
background-color: #2188F2;
}
.BgClassName
{
background-color: #2188F2;
}
</style>
border-color css
<style>
span { border-color: #2188F2; }
span { border-color: rgb(33,136,242); }
td.TdClassName
{
border-color: #2188F2;
}
.TagClassName
{
border-color: #2188F2;
}
</style>