Shades of Dodger Blue #2098E6
Tints of Dodger Blue #2098E6
RGB
CMYK
RGB Variations
Color information
#2098E6 (or 0x2098E6) is known color: Dodger Blue. HEX triplet: 20, 98 and E6. RGB value is (32,152,230). Sum of RGB (Red+Green+Blue) = 32+152+230=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #2098E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2098E6 is #DF6719. Grayscale: #7C7C7C. Windows color (decimal): -14640922 or 15112224. OLE color: 15112224.
HSL color Cylindrical-coordinate representation of color #2098E6: hue angle of 203.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2098E6 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 152 | 230 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.10 |
| HSL | 203.64º | 0.8% | 0.51% | - |
| HSV(B) | 203.64º | 0.86% | 0.9% | - |
| XYZ | 26.11 | 28.48 | 78.98 | - |
| YUV | 125.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 230 | 0.86 | 0.34 | 0 | 0.10 | 203.64 | 0.8 | 0.51 |
| Hex | 20 | 98 | E6 | 56 | 22 | 0 | A | CC | 50 | 33 |
| Octal | 40 | 230 | 346 | 126 | 42 | 0 | 12 | 314 | 120 | 63 |
| Binary | 100000 | 10011000 | 11100110 | 1010110 | 100010 | 0 | 1010 | 11001100 | 1010000 | 110011 |
Color Harmonies of #2098E6
Complementary color
Monochromatic Colors of #2098E6
Black with #2098E6
Text Example
Text Example
White with #2098E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2098E6; }
p { color: rgb(32,152,230); }
H1.HeaderClassName
{
color: #2098E6;
}
.AnyTagClassName
{
color: #2098E6;
}
</style>
background-color css
<style>
a { background-color: #2098E6; }
a { background-color: rgb(32,152,230); }
div.DivClassName
{
background-color: #2098E6;
}
.BgClassName
{
background-color: #2098E6;
}
</style>
border-color css
<style>
span { border-color: #2098E6; }
span { border-color: rgb(32,152,230); }
td.TdClassName
{
border-color: #2098E6;
}
.TagClassName
{
border-color: #2098E6;
}
</style>