Shades of Royal Blue #3263F8
Tints of Royal Blue #3263F8
RGB
CMYK
RGB Variations
Color information
#3263F8 (or 0x3263F8) is known color: Royal Blue. HEX triplet: 32, 63 and F8. RGB value is (50,99,248). Sum of RGB (Red+Green+Blue) = 50+99+248=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #3263F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3263F8 is #CD9C07. Grayscale: #646464. Windows color (decimal): -13474824 or 16278322. OLE color: 16278322.
HSL color Cylindrical-coordinate representation of color #3263F8: hue angle of 225.15º 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 #3263F8 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 99 | 248 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.03 |
| HSL | 225.15º | 0.93% | 0.58% | - |
| HSV(B) | 225.15º | 0.8% | 0.97% | - |
| XYZ | 22.72 | 16.38 | 90.77 | - |
| YUV | 101.34 | 210.77 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 248 | 0.80 | 0.60 | 0 | 0.03 | 225.15 | 0.93 | 0.58 |
| Hex | 32 | 63 | F8 | 50 | 3C | 0 | 3 | E1 | 5D | 3A |
| Octal | 62 | 143 | 370 | 120 | 74 | 0 | 3 | 341 | 135 | 72 |
| Binary | 110010 | 1100011 | 11111000 | 1010000 | 111100 | 0 | 11 | 11100001 | 1011101 | 111010 |
Color Harmonies of #3263F8
Complementary color
Monochromatic Colors of #3263F8
Black with #3263F8
Text Example
Text Example
White with #3263F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263F8; }
p { color: rgb(50,99,248); }
H1.HeaderClassName
{
color: #3263F8;
}
.AnyTagClassName
{
color: #3263F8;
}
</style>
background-color css
<style>
a { background-color: #3263F8; }
a { background-color: rgb(50,99,248); }
div.DivClassName
{
background-color: #3263F8;
}
.BgClassName
{
background-color: #3263F8;
}
</style>
border-color css
<style>
span { border-color: #3263F8; }
span { border-color: rgb(50,99,248); }
td.TdClassName
{
border-color: #3263F8;
}
.TagClassName
{
border-color: #3263F8;
}
</style>