Shades of Dodger Blue #2089FD
Tints of Dodger Blue #2089FD
RGB
CMYK
RGB Variations
Color information
#2089FD (or 0x2089FD) is known color: Dodger Blue. HEX triplet: 20, 89 and FD. RGB value is (32,137,253). Sum of RGB (Red+Green+Blue) = 32+137+253=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #2089FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2089FD is #DF7602. Grayscale: #767676. Windows color (decimal): -14644739 or 16615712. OLE color: 16615712.
HSL color Cylindrical-coordinate representation of color #2089FD: hue angle of 211.49º degrees, saturation: 0.98, 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 #2089FD is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 137 | 253 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.01 |
| HSL | 211.49º | 0.98% | 0.56% | - |
| HSV(B) | 211.49º | 0.87% | 0.99% | - |
| XYZ | 27.27 | 25.29 | 96.37 | - |
| YUV | 118.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 253 | 0.87 | 0.46 | 0 | 0.01 | 211.49 | 0.98 | 0.56 |
| Hex | 20 | 89 | FD | 57 | 2E | 0 | 1 | D3 | 62 | 38 |
| Octal | 40 | 211 | 375 | 127 | 56 | 0 | 1 | 323 | 142 | 70 |
| Binary | 100000 | 10001001 | 11111101 | 1010111 | 101110 | 0 | 1 | 11010011 | 1100010 | 111000 |
Color Harmonies of #2089FD
Complementary color
Monochromatic Colors of #2089FD
Black with #2089FD
Text Example
Text Example
White with #2089FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2089FD; }
p { color: rgb(32,137,253); }
H1.HeaderClassName
{
color: #2089FD;
}
.AnyTagClassName
{
color: #2089FD;
}
</style>
background-color css
<style>
a { background-color: #2089FD; }
a { background-color: rgb(32,137,253); }
div.DivClassName
{
background-color: #2089FD;
}
.BgClassName
{
background-color: #2089FD;
}
</style>
border-color css
<style>
span { border-color: #2089FD; }
span { border-color: rgb(32,137,253); }
td.TdClassName
{
border-color: #2089FD;
}
.TagClassName
{
border-color: #2089FD;
}
</style>