Shades of Royal Blue #204CE9
Tints of Royal Blue #204CE9
RGB
CMYK
RGB Variations
Color information
#204CE9 (or 0x204CE9) is known color: Royal Blue. HEX triplet: 20, 4C and E9. RGB value is (32,76,233). Sum of RGB (Red+Green+Blue) = 32+76+233=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #204CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204CE9 is #DFB316. Grayscale: #505050. Windows color (decimal): -14660375 or 15289376. OLE color: 15289376.
HSL color Cylindrical-coordinate representation of color #204CE9: hue angle of 226.87º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204CE9 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 76 | 233 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.09 |
| HSL | 226.87º | 0.82% | 0.52% | - |
| HSV(B) | 226.87º | 0.86% | 0.91% | - |
| XYZ | 17.89 | 11.36 | 78.34 | - |
| YUV | 80.74 | 213.92 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 233 | 0.86 | 0.67 | 0 | 0.09 | 226.87 | 0.82 | 0.52 |
| Hex | 20 | 4C | E9 | 56 | 43 | 0 | 9 | E3 | 52 | 34 |
| Octal | 40 | 114 | 351 | 126 | 103 | 0 | 11 | 343 | 122 | 64 |
| Binary | 100000 | 1001100 | 11101001 | 1010110 | 1000011 | 0 | 1001 | 11100011 | 1010010 | 110100 |
Color Harmonies of #204CE9
Complementary color
Monochromatic Colors of #204CE9
Black with #204CE9
Text Example
Text Example
White with #204CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CE9; }
p { color: rgb(32,76,233); }
H1.HeaderClassName
{
color: #204CE9;
}
.AnyTagClassName
{
color: #204CE9;
}
</style>
background-color css
<style>
a { background-color: #204CE9; }
a { background-color: rgb(32,76,233); }
div.DivClassName
{
background-color: #204CE9;
}
.BgClassName
{
background-color: #204CE9;
}
</style>
border-color css
<style>
span { border-color: #204CE9; }
span { border-color: rgb(32,76,233); }
td.TdClassName
{
border-color: #204CE9;
}
.TagClassName
{
border-color: #204CE9;
}
</style>