Shades of Royal Blue #326DF8
Tints of Royal Blue #326DF8
RGB
CMYK
RGB Variations
Color information
#326DF8 (or 0x326DF8) is known color: Royal Blue. HEX triplet: 32, 6D and F8. RGB value is (50,109,248). Sum of RGB (Red+Green+Blue) = 50+109+248=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #326DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DF8 is #CD9207. Grayscale: #6A6A6A. Windows color (decimal): -13472264 or 16280882. OLE color: 16280882.
HSL color Cylindrical-coordinate representation of color #326DF8: hue angle of 222.12º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326DF8 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 109 | 248 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.03 |
| HSL | 222.12º | 0.93% | 0.58% | - |
| HSV(B) | 222.12º | 0.8% | 0.97% | - |
| XYZ | 23.73 | 18.39 | 91.11 | - |
| YUV | 107.21 | 207.45 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 248 | 0.80 | 0.56 | 0 | 0.03 | 222.12 | 0.93 | 0.58 |
| Hex | 32 | 6D | F8 | 50 | 38 | 0 | 3 | DE | 5D | 3A |
| Octal | 62 | 155 | 370 | 120 | 70 | 0 | 3 | 336 | 135 | 72 |
| Binary | 110010 | 1101101 | 11111000 | 1010000 | 111000 | 0 | 11 | 11011110 | 1011101 | 111010 |
Color Harmonies of #326DF8
Complementary color
Monochromatic Colors of #326DF8
Black with #326DF8
Text Example
Text Example
White with #326DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DF8; }
p { color: rgb(50,109,248); }
H1.HeaderClassName
{
color: #326DF8;
}
.AnyTagClassName
{
color: #326DF8;
}
</style>
background-color css
<style>
a { background-color: #326DF8; }
a { background-color: rgb(50,109,248); }
div.DivClassName
{
background-color: #326DF8;
}
.BgClassName
{
background-color: #326DF8;
}
</style>
border-color css
<style>
span { border-color: #326DF8; }
span { border-color: rgb(50,109,248); }
td.TdClassName
{
border-color: #326DF8;
}
.TagClassName
{
border-color: #326DF8;
}
</style>