Shades of Dodger Blue #2097FC
Tints of Dodger Blue #2097FC
RGB
CMYK
RGB Variations
Color information
#2097FC (or 0x2097FC) is known color: Dodger Blue. HEX triplet: 20, 97 and FC. RGB value is (32,151,252). Sum of RGB (Red+Green+Blue) = 32+151+252=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #2097FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2097FC is #DF6803. Grayscale: #7E7E7E. Windows color (decimal): -14641156 or 16553760. OLE color: 16553760.
HSL color Cylindrical-coordinate representation of color #2097FC: hue angle of 207.55º 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 #2097FC is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 151 | 252 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.01 |
| HSL | 207.55º | 0.97% | 0.56% | - |
| HSV(B) | 207.55º | 0.87% | 0.99% | - |
| XYZ | 29.23 | 29.47 | 96.24 | - |
| YUV | 126.93 | 198.58 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 252 | 0.87 | 0.40 | 0 | 0.01 | 207.55 | 0.97 | 0.56 |
| Hex | 20 | 97 | FC | 57 | 28 | 0 | 1 | D0 | 61 | 38 |
| Octal | 40 | 227 | 374 | 127 | 50 | 0 | 1 | 320 | 141 | 70 |
| Binary | 100000 | 10010111 | 11111100 | 1010111 | 101000 | 0 | 1 | 11010000 | 1100001 | 111000 |
Color Harmonies of #2097FC
Complementary color
Monochromatic Colors of #2097FC
Black with #2097FC
Text Example
Text Example
White with #2097FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097FC; }
p { color: rgb(32,151,252); }
H1.HeaderClassName
{
color: #2097FC;
}
.AnyTagClassName
{
color: #2097FC;
}
</style>
background-color css
<style>
a { background-color: #2097FC; }
a { background-color: rgb(32,151,252); }
div.DivClassName
{
background-color: #2097FC;
}
.BgClassName
{
background-color: #2097FC;
}
</style>
border-color css
<style>
span { border-color: #2097FC; }
span { border-color: rgb(32,151,252); }
td.TdClassName
{
border-color: #2097FC;
}
.TagClassName
{
border-color: #2097FC;
}
</style>