Shades of Royal Blue #204BED
Tints of Royal Blue #204BED
RGB
CMYK
RGB Variations
Color information
#204BED (or 0x204BED) is known color: Royal Blue. HEX triplet: 20, 4B and ED. RGB value is (32,75,237). Sum of RGB (Red+Green+Blue) = 32+75+237=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #204BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204BED is #DFB412. Grayscale: #4F4F4F. Windows color (decimal): -14660627 or 15551264. OLE color: 15551264.
HSL color Cylindrical-coordinate representation of color #204BED: hue angle of 227.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204BED is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 75 | 237 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.07 |
| HSL | 227.41º | 0.85% | 0.53% | - |
| HSV(B) | 227.41º | 0.86% | 0.93% | - |
| XYZ | 18.4 | 11.45 | 81.36 | - |
| YUV | 80.61 | 216.25 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 237 | 0.86 | 0.68 | 0 | 0.07 | 227.41 | 0.85 | 0.53 |
| Hex | 20 | 4B | ED | 56 | 44 | 0 | 7 | E3 | 55 | 35 |
| Octal | 40 | 113 | 355 | 126 | 104 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100000 | 1001011 | 11101101 | 1010110 | 1000100 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #204BED
Complementary color
Monochromatic Colors of #204BED
Black with #204BED
Text Example
Text Example
White with #204BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BED; }
p { color: rgb(32,75,237); }
H1.HeaderClassName
{
color: #204BED;
}
.AnyTagClassName
{
color: #204BED;
}
</style>
background-color css
<style>
a { background-color: #204BED; }
a { background-color: rgb(32,75,237); }
div.DivClassName
{
background-color: #204BED;
}
.BgClassName
{
background-color: #204BED;
}
</style>
border-color css
<style>
span { border-color: #204BED; }
span { border-color: rgb(32,75,237); }
td.TdClassName
{
border-color: #204BED;
}
.TagClassName
{
border-color: #204BED;
}
</style>