Shades of Dodger Blue #2087FA
Tints of Dodger Blue #2087FA
RGB
CMYK
RGB Variations
Color information
#2087FA (or 0x2087FA) is known color: Dodger Blue. HEX triplet: 20, 87 and FA. RGB value is (32,135,250). Sum of RGB (Red+Green+Blue) = 32+135+250=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #2087FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2087FA is #DF7805. Grayscale: #747474. Windows color (decimal): -14645254 or 16418592. OLE color: 16418592.
HSL color Cylindrical-coordinate representation of color #2087FA: hue angle of 211.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2087FA is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 135 | 250 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.02 |
| HSL | 211.65º | 0.96% | 0.55% | - |
| HSV(B) | 211.65º | 0.87% | 0.98% | - |
| XYZ | 26.51 | 24.54 | 93.78 | - |
| YUV | 117.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 250 | 0.87 | 0.46 | 0 | 0.02 | 211.65 | 0.96 | 0.55 |
| Hex | 20 | 87 | FA | 57 | 2E | 0 | 2 | D4 | 60 | 37 |
| Octal | 40 | 207 | 372 | 127 | 56 | 0 | 2 | 324 | 140 | 67 |
| Binary | 100000 | 10000111 | 11111010 | 1010111 | 101110 | 0 | 10 | 11010100 | 1100000 | 110111 |
Color Harmonies of #2087FA
Complementary color
Monochromatic Colors of #2087FA
Black with #2087FA
Text Example
Text Example
White with #2087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087FA; }
p { color: rgb(32,135,250); }
H1.HeaderClassName
{
color: #2087FA;
}
.AnyTagClassName
{
color: #2087FA;
}
</style>
background-color css
<style>
a { background-color: #2087FA; }
a { background-color: rgb(32,135,250); }
div.DivClassName
{
background-color: #2087FA;
}
.BgClassName
{
background-color: #2087FA;
}
</style>
border-color css
<style>
span { border-color: #2087FA; }
span { border-color: rgb(32,135,250); }
td.TdClassName
{
border-color: #2087FA;
}
.TagClassName
{
border-color: #2087FA;
}
</style>