Shades of Dodger Blue #2091FC
Tints of Dodger Blue #2091FC
RGB
CMYK
RGB Variations
Color information
#2091FC (or 0x2091FC) is known color: Dodger Blue. HEX triplet: 20, 91 and FC. RGB value is (32,145,252). Sum of RGB (Red+Green+Blue) = 32+145+252=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #2091FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2091FC is #DF6E03. Grayscale: #7A7A7A. Windows color (decimal): -14642692 or 16552224. OLE color: 16552224.
HSL color Cylindrical-coordinate representation of color #2091FC: hue angle of 209.18º 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 #2091FC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 145 | 252 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.01 |
| HSL | 209.18º | 0.97% | 0.56% | - |
| HSV(B) | 209.18º | 0.87% | 0.99% | - |
| XYZ | 28.29 | 27.59 | 95.93 | - |
| YUV | 123.41 | 200.56 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 252 | 0.87 | 0.42 | 0 | 0.01 | 209.18 | 0.97 | 0.56 |
| Hex | 20 | 91 | FC | 57 | 2A | 0 | 1 | D1 | 61 | 38 |
| Octal | 40 | 221 | 374 | 127 | 52 | 0 | 1 | 321 | 141 | 70 |
| Binary | 100000 | 10010001 | 11111100 | 1010111 | 101010 | 0 | 1 | 11010001 | 1100001 | 111000 |
Color Harmonies of #2091FC
Complementary color
Monochromatic Colors of #2091FC
Black with #2091FC
Text Example
Text Example
White with #2091FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091FC; }
p { color: rgb(32,145,252); }
H1.HeaderClassName
{
color: #2091FC;
}
.AnyTagClassName
{
color: #2091FC;
}
</style>
background-color css
<style>
a { background-color: #2091FC; }
a { background-color: rgb(32,145,252); }
div.DivClassName
{
background-color: #2091FC;
}
.BgClassName
{
background-color: #2091FC;
}
</style>
border-color css
<style>
span { border-color: #2091FC; }
span { border-color: rgb(32,145,252); }
td.TdClassName
{
border-color: #2091FC;
}
.TagClassName
{
border-color: #2091FC;
}
</style>