Shades of Dodger Blue #2087FC
Tints of Dodger Blue #2087FC
RGB
CMYK
RGB Variations
Color information
#2087FC (or 0x2087FC) is known color: Dodger Blue. HEX triplet: 20, 87 and FC. RGB value is (32,135,252). Sum of RGB (Red+Green+Blue) = 32+135+252=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #2087FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2087FC is #DF7803. Grayscale: #747474. Windows color (decimal): -14645252 or 16549664. OLE color: 16549664.
HSL color Cylindrical-coordinate representation of color #2087FC: hue angle of 211.91º degrees, saturation: 0.97, 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 #2087FC is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 135 | 252 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.01 |
| HSL | 211.91º | 0.97% | 0.56% | - |
| HSV(B) | 211.91º | 0.87% | 0.99% | - |
| XYZ | 26.83 | 24.66 | 95.44 | - |
| YUV | 117.54 | 203.88 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 252 | 0.87 | 0.46 | 0 | 0.01 | 211.91 | 0.97 | 0.56 |
| Hex | 20 | 87 | FC | 57 | 2E | 0 | 1 | D4 | 61 | 38 |
| Octal | 40 | 207 | 374 | 127 | 56 | 0 | 1 | 324 | 141 | 70 |
| Binary | 100000 | 10000111 | 11111100 | 1010111 | 101110 | 0 | 1 | 11010100 | 1100001 | 111000 |
Color Harmonies of #2087FC
Complementary color
Monochromatic Colors of #2087FC
Black with #2087FC
Text Example
Text Example
White with #2087FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087FC; }
p { color: rgb(32,135,252); }
H1.HeaderClassName
{
color: #2087FC;
}
.AnyTagClassName
{
color: #2087FC;
}
</style>
background-color css
<style>
a { background-color: #2087FC; }
a { background-color: rgb(32,135,252); }
div.DivClassName
{
background-color: #2087FC;
}
.BgClassName
{
background-color: #2087FC;
}
</style>
border-color css
<style>
span { border-color: #2087FC; }
span { border-color: rgb(32,135,252); }
td.TdClassName
{
border-color: #2087FC;
}
.TagClassName
{
border-color: #2087FC;
}
</style>