Shades of Dodger Blue #2099FC
Tints of Dodger Blue #2099FC
RGB
CMYK
RGB Variations
Color information
#2099FC (or 0x2099FC) is known color: Dodger Blue. HEX triplet: 20, 99 and FC. RGB value is (32,153,252). Sum of RGB (Red+Green+Blue) = 32+153+252=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #2099FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2099FC is #DF6603. Grayscale: #7F7F7F. Windows color (decimal): -14640644 or 16554272. OLE color: 16554272.
HSL color Cylindrical-coordinate representation of color #2099FC: hue angle of 207º 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 #2099FC is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 153 | 252 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.01 |
| HSL | 207º | 0.97% | 0.56% | - |
| HSV(B) | 207º | 0.87% | 0.99% | - |
| XYZ | 29.56 | 30.12 | 96.35 | - |
| YUV | 128.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 252 | 0.87 | 0.39 | 0 | 0.01 | 207 | 0.97 | 0.56 |
| Hex | 20 | 99 | FC | 57 | 27 | 0 | 1 | CF | 61 | 38 |
| Octal | 40 | 231 | 374 | 127 | 47 | 0 | 1 | 317 | 141 | 70 |
| Binary | 100000 | 10011001 | 11111100 | 1010111 | 100111 | 0 | 1 | 11001111 | 1100001 | 111000 |
Color Harmonies of #2099FC
Complementary color
Monochromatic Colors of #2099FC
Black with #2099FC
Text Example
Text Example
White with #2099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099FC; }
p { color: rgb(32,153,252); }
H1.HeaderClassName
{
color: #2099FC;
}
.AnyTagClassName
{
color: #2099FC;
}
</style>
background-color css
<style>
a { background-color: #2099FC; }
a { background-color: rgb(32,153,252); }
div.DivClassName
{
background-color: #2099FC;
}
.BgClassName
{
background-color: #2099FC;
}
</style>
border-color css
<style>
span { border-color: #2099FC; }
span { border-color: rgb(32,153,252); }
td.TdClassName
{
border-color: #2099FC;
}
.TagClassName
{
border-color: #2099FC;
}
</style>