Shades of Royal Blue #327FDF
Tints of Royal Blue #327FDF
RGB
CMYK
RGB Variations
Color information
#327FDF (or 0x327FDF) is known color: Royal Blue. HEX triplet: 32, 7F and DF. RGB value is (50,127,223). Sum of RGB (Red+Green+Blue) = 50+127+223=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #327FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FDF is #CD8020. Grayscale: #727272. Windows color (decimal): -13467681 or 14647090. OLE color: 14647090.
HSL color Cylindrical-coordinate representation of color #327FDF: hue angle of 213.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327FDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 127 | 223 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 213.29º | 0.73% | 0.54% | - |
| HSV(B) | 213.29º | 0.78% | 0.87% | - |
| XYZ | 22.22 | 21.18 | 72.73 | - |
| YUV | 114.92 | 188.99 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 223 | 0.78 | 0.43 | 0 | 0.13 | 213.29 | 0.73 | 0.54 |
| Hex | 32 | 7F | DF | 4E | 2B | 0 | D | D5 | 49 | 36 |
| Octal | 62 | 177 | 337 | 116 | 53 | 0 | 15 | 325 | 111 | 66 |
| Binary | 110010 | 1111111 | 11011111 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001001 | 110110 |
Color Harmonies of #327FDF
Complementary color
Monochromatic Colors of #327FDF
Black with #327FDF
Text Example
Text Example
White with #327FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FDF; }
p { color: rgb(50,127,223); }
H1.HeaderClassName
{
color: #327FDF;
}
.AnyTagClassName
{
color: #327FDF;
}
</style>
background-color css
<style>
a { background-color: #327FDF; }
a { background-color: rgb(50,127,223); }
div.DivClassName
{
background-color: #327FDF;
}
.BgClassName
{
background-color: #327FDF;
}
</style>
border-color css
<style>
span { border-color: #327FDF; }
span { border-color: rgb(50,127,223); }
td.TdClassName
{
border-color: #327FDF;
}
.TagClassName
{
border-color: #327FDF;
}
</style>