Shades of Royal Blue #327FDC
Tints of Royal Blue #327FDC
RGB
CMYK
RGB Variations
Color information
#327FDC (or 0x327FDC) is known color: Royal Blue. HEX triplet: 32, 7F and DC. RGB value is (50,127,220). Sum of RGB (Red+Green+Blue) = 50+127+220=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #327FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FDC is #CD8023. Grayscale: #727272. Windows color (decimal): -13467684 or 14450482. OLE color: 14450482.
HSL color Cylindrical-coordinate representation of color #327FDC: hue angle of 212.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327FDC is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 127 | 220 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.14 |
| HSL | 212.82º | 0.71% | 0.53% | - |
| HSV(B) | 212.82º | 0.77% | 0.86% | - |
| XYZ | 21.82 | 21.02 | 70.62 | - |
| YUV | 114.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 220 | 0.77 | 0.42 | 0 | 0.14 | 212.82 | 0.71 | 0.53 |
| Hex | 32 | 7F | DC | 4D | 2A | 0 | E | D5 | 47 | 35 |
| Octal | 62 | 177 | 334 | 115 | 52 | 0 | 16 | 325 | 107 | 65 |
| Binary | 110010 | 1111111 | 11011100 | 1001101 | 101010 | 0 | 1110 | 11010101 | 1000111 | 110101 |
Color Harmonies of #327FDC
Complementary color
Monochromatic Colors of #327FDC
Black with #327FDC
Text Example
Text Example
White with #327FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FDC; }
p { color: rgb(50,127,220); }
H1.HeaderClassName
{
color: #327FDC;
}
.AnyTagClassName
{
color: #327FDC;
}
</style>
background-color css
<style>
a { background-color: #327FDC; }
a { background-color: rgb(50,127,220); }
div.DivClassName
{
background-color: #327FDC;
}
.BgClassName
{
background-color: #327FDC;
}
</style>
border-color css
<style>
span { border-color: #327FDC; }
span { border-color: rgb(50,127,220); }
td.TdClassName
{
border-color: #327FDC;
}
.TagClassName
{
border-color: #327FDC;
}
</style>