Shades of Royal Blue #326DFE
Tints of Royal Blue #326DFE
RGB
CMYK
RGB Variations
Color information
#326DFE (or 0x326DFE) is known color: Royal Blue. HEX triplet: 32, 6D and FE. RGB value is (50,109,254). Sum of RGB (Red+Green+Blue) = 50+109+254=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #326DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DFE is #CD9201. Grayscale: #6B6B6B. Windows color (decimal): -13472258 or 16674098. OLE color: 16674098.
HSL color Cylindrical-coordinate representation of color #326DFE: hue angle of 222.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326DFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 109 | 254 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.00 |
| HSL | 222.65º | 0.99% | 0.6% | - |
| HSV(B) | 222.65º | 0.8% | 1% | - |
| XYZ | 24.67 | 18.77 | 96.09 | - |
| YUV | 107.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 254 | 0.80 | 0.57 | 0 | 0.00 | 222.65 | 0.99 | 0.6 |
| Hex | 32 | 6D | FE | 50 | 39 | 0 | 0 | DF | 63 | 3C |
| Octal | 62 | 155 | 376 | 120 | 71 | 0 | 0 | 337 | 143 | 74 |
| Binary | 110010 | 1101101 | 11111110 | 1010000 | 111001 | 0 | 0 | 11011111 | 1100011 | 111100 |
Color Harmonies of #326DFE
Complementary color
Monochromatic Colors of #326DFE
Black with #326DFE
Text Example
Text Example
White with #326DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DFE; }
p { color: rgb(50,109,254); }
H1.HeaderClassName
{
color: #326DFE;
}
.AnyTagClassName
{
color: #326DFE;
}
</style>
background-color css
<style>
a { background-color: #326DFE; }
a { background-color: rgb(50,109,254); }
div.DivClassName
{
background-color: #326DFE;
}
.BgClassName
{
background-color: #326DFE;
}
</style>
border-color css
<style>
span { border-color: #326DFE; }
span { border-color: rgb(50,109,254); }
td.TdClassName
{
border-color: #326DFE;
}
.TagClassName
{
border-color: #326DFE;
}
</style>