Shades of Royal Blue #335DFE
Tints of Royal Blue #335DFE
RGB
CMYK
RGB Variations
Color information
#335DFE (or 0x335DFE) is known color: Royal Blue. HEX triplet: 33, 5D and FE. RGB value is (51,93,254). Sum of RGB (Red+Green+Blue) = 51+93+254=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #335DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DFE is #CCA201. Grayscale: #626262. Windows color (decimal): -13410818 or 16670003. OLE color: 16670003.
HSL color Cylindrical-coordinate representation of color #335DFE: hue angle of 227.59º 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 #335DFE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 93 | 254 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.00 |
| HSL | 227.59º | 0.99% | 0.6% | - |
| HSV(B) | 227.59º | 0.8% | 1% | - |
| XYZ | 23.17 | 15.69 | 95.57 | - |
| YUV | 98.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 254 | 0.80 | 0.63 | 0 | 0.00 | 227.59 | 0.99 | 0.6 |
| Hex | 33 | 5D | FE | 50 | 3F | 0 | 0 | E4 | 63 | 3C |
| Octal | 63 | 135 | 376 | 120 | 77 | 0 | 0 | 344 | 143 | 74 |
| Binary | 110011 | 1011101 | 11111110 | 1010000 | 111111 | 0 | 0 | 11100100 | 1100011 | 111100 |
Color Harmonies of #335DFE
Complementary color
Monochromatic Colors of #335DFE
Black with #335DFE
Text Example
Text Example
White with #335DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DFE; }
p { color: rgb(51,93,254); }
H1.HeaderClassName
{
color: #335DFE;
}
.AnyTagClassName
{
color: #335DFE;
}
</style>
background-color css
<style>
a { background-color: #335DFE; }
a { background-color: rgb(51,93,254); }
div.DivClassName
{
background-color: #335DFE;
}
.BgClassName
{
background-color: #335DFE;
}
</style>
border-color css
<style>
span { border-color: #335DFE; }
span { border-color: rgb(51,93,254); }
td.TdClassName
{
border-color: #335DFE;
}
.TagClassName
{
border-color: #335DFE;
}
</style>