Shades of Royal Blue #2075DE
Tints of Royal Blue #2075DE
RGB
CMYK
RGB Variations
Color information
#2075DE (or 0x2075DE) is known color: Royal Blue. HEX triplet: 20, 75 and DE. RGB value is (32,117,222). Sum of RGB (Red+Green+Blue) = 32+117+222=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #2075DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075DE is #DF8A21. Grayscale: #676767. Windows color (decimal): -14649890 or 14578976. OLE color: 14578976.
HSL color Cylindrical-coordinate representation of color #2075DE: hue angle of 213.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2075DE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 117 | 222 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.13 |
| HSL | 213.16º | 0.75% | 0.5% | - |
| HSV(B) | 213.16º | 0.86% | 0.87% | - |
| XYZ | 20.14 | 18.3 | 71.58 | - |
| YUV | 103.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 222 | 0.86 | 0.47 | 0 | 0.13 | 213.16 | 0.75 | 0.5 |
| Hex | 20 | 75 | DE | 56 | 2F | 0 | D | D5 | 4B | 32 |
| Octal | 40 | 165 | 336 | 126 | 57 | 0 | 15 | 325 | 113 | 62 |
| Binary | 100000 | 1110101 | 11011110 | 1010110 | 101111 | 0 | 1101 | 11010101 | 1001011 | 110010 |
Color Harmonies of #2075DE
Complementary color
Monochromatic Colors of #2075DE
Black with #2075DE
Text Example
Text Example
White with #2075DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075DE; }
p { color: rgb(32,117,222); }
H1.HeaderClassName
{
color: #2075DE;
}
.AnyTagClassName
{
color: #2075DE;
}
</style>
background-color css
<style>
a { background-color: #2075DE; }
a { background-color: rgb(32,117,222); }
div.DivClassName
{
background-color: #2075DE;
}
.BgClassName
{
background-color: #2075DE;
}
</style>
border-color css
<style>
span { border-color: #2075DE; }
span { border-color: rgb(32,117,222); }
td.TdClassName
{
border-color: #2075DE;
}
.TagClassName
{
border-color: #2075DE;
}
</style>