Shades of Dodger Blue #2088FD
Tints of Dodger Blue #2088FD
RGB
CMYK
RGB Variations
Color information
#2088FD (or 0x2088FD) is known color: Dodger Blue. HEX triplet: 20, 88 and FD. RGB value is (32,136,253). Sum of RGB (Red+Green+Blue) = 32+136+253=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #2088FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2088FD is #DF7702. Grayscale: #757575. Windows color (decimal): -14644995 or 16615456. OLE color: 16615456.
HSL color Cylindrical-coordinate representation of color #2088FD: hue angle of 211.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2088FD is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 136 | 253 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.01 |
| HSL | 211.76º | 0.98% | 0.56% | - |
| HSV(B) | 211.76º | 0.87% | 0.99% | - |
| XYZ | 27.13 | 25.01 | 96.33 | - |
| YUV | 118.24 | 204.04 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 253 | 0.87 | 0.46 | 0 | 0.01 | 211.76 | 0.98 | 0.56 |
| Hex | 20 | 88 | FD | 57 | 2E | 0 | 1 | D4 | 62 | 38 |
| Octal | 40 | 210 | 375 | 127 | 56 | 0 | 1 | 324 | 142 | 70 |
| Binary | 100000 | 10001000 | 11111101 | 1010111 | 101110 | 0 | 1 | 11010100 | 1100010 | 111000 |
Color Harmonies of #2088FD
Complementary color
Monochromatic Colors of #2088FD
Black with #2088FD
Text Example
Text Example
White with #2088FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088FD; }
p { color: rgb(32,136,253); }
H1.HeaderClassName
{
color: #2088FD;
}
.AnyTagClassName
{
color: #2088FD;
}
</style>
background-color css
<style>
a { background-color: #2088FD; }
a { background-color: rgb(32,136,253); }
div.DivClassName
{
background-color: #2088FD;
}
.BgClassName
{
background-color: #2088FD;
}
</style>
border-color css
<style>
span { border-color: #2088FD; }
span { border-color: rgb(32,136,253); }
td.TdClassName
{
border-color: #2088FD;
}
.TagClassName
{
border-color: #2088FD;
}
</style>