Shades of Royal Blue #335DFB
Tints of Royal Blue #335DFB
RGB
CMYK
RGB Variations
Color information
#335DFB (or 0x335DFB) is known color: Royal Blue. HEX triplet: 33, 5D and FB. RGB value is (51,93,251). Sum of RGB (Red+Green+Blue) = 51+93+251=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #335DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DFB is #CCA204. Grayscale: #616161. Windows color (decimal): -13410821 or 16473395. OLE color: 16473395.
HSL color Cylindrical-coordinate representation of color #335DFB: hue angle of 227.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335DFB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 93 | 251 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.02 |
| HSL | 227.4º | 0.96% | 0.59% | - |
| HSV(B) | 227.4º | 0.8% | 0.98% | - |
| XYZ | 22.69 | 15.5 | 93.06 | - |
| YUV | 98.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 251 | 0.80 | 0.63 | 0 | 0.02 | 227.4 | 0.96 | 0.59 |
| Hex | 33 | 5D | FB | 50 | 3F | 0 | 2 | E3 | 60 | 3B |
| Octal | 63 | 135 | 373 | 120 | 77 | 0 | 2 | 343 | 140 | 73 |
| Binary | 110011 | 1011101 | 11111011 | 1010000 | 111111 | 0 | 10 | 11100011 | 1100000 | 111011 |
Color Harmonies of #335DFB
Complementary color
Monochromatic Colors of #335DFB
Black with #335DFB
Text Example
Text Example
White with #335DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DFB; }
p { color: rgb(51,93,251); }
H1.HeaderClassName
{
color: #335DFB;
}
.AnyTagClassName
{
color: #335DFB;
}
</style>
background-color css
<style>
a { background-color: #335DFB; }
a { background-color: rgb(51,93,251); }
div.DivClassName
{
background-color: #335DFB;
}
.BgClassName
{
background-color: #335DFB;
}
</style>
border-color css
<style>
span { border-color: #335DFB; }
span { border-color: rgb(51,93,251); }
td.TdClassName
{
border-color: #335DFB;
}
.TagClassName
{
border-color: #335DFB;
}
</style>