Shades of Dodger Blue #2075EB
Tints of Dodger Blue #2075EB
RGB
CMYK
RGB Variations
Color information
#2075EB (or 0x2075EB) is known color: Dodger Blue. HEX triplet: 20, 75 and EB. RGB value is (32,117,235). Sum of RGB (Red+Green+Blue) = 32+117+235=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #2075EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2075EB is #DF8A14. Grayscale: #686868. Windows color (decimal): -14649877 or 15430944. OLE color: 15430944.
HSL color Cylindrical-coordinate representation of color #2075EB: hue angle of 214.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2075EB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 117 | 235 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.08 |
| HSL | 214.88º | 0.84% | 0.52% | - |
| HSV(B) | 214.88º | 0.86% | 0.92% | - |
| XYZ | 21.95 | 19.03 | 81.11 | - |
| YUV | 105.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 235 | 0.86 | 0.50 | 0 | 0.08 | 214.88 | 0.84 | 0.52 |
| Hex | 20 | 75 | EB | 56 | 32 | 0 | 8 | D7 | 54 | 34 |
| Octal | 40 | 165 | 353 | 126 | 62 | 0 | 10 | 327 | 124 | 64 |
| Binary | 100000 | 1110101 | 11101011 | 1010110 | 110010 | 0 | 1000 | 11010111 | 1010100 | 110100 |
Color Harmonies of #2075EB
Complementary color
Monochromatic Colors of #2075EB
Black with #2075EB
Text Example
Text Example
White with #2075EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075EB; }
p { color: rgb(32,117,235); }
H1.HeaderClassName
{
color: #2075EB;
}
.AnyTagClassName
{
color: #2075EB;
}
</style>
background-color css
<style>
a { background-color: #2075EB; }
a { background-color: rgb(32,117,235); }
div.DivClassName
{
background-color: #2075EB;
}
.BgClassName
{
background-color: #2075EB;
}
</style>
border-color css
<style>
span { border-color: #2075EB; }
span { border-color: rgb(32,117,235); }
td.TdClassName
{
border-color: #2075EB;
}
.TagClassName
{
border-color: #2075EB;
}
</style>