Shades of Royal Blue #336DFE
Tints of Royal Blue #336DFE
RGB
CMYK
RGB Variations
Color information
#336DFE (or 0x336DFE) is known color: Royal Blue. HEX triplet: 33, 6D and FE. RGB value is (51,109,254). Sum of RGB (Red+Green+Blue) = 51+109+254=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #336DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336DFE is #CC9201. Grayscale: #6B6B6B. Windows color (decimal): -13406722 or 16674099. OLE color: 16674099.
HSL color Cylindrical-coordinate representation of color #336DFE: hue angle of 222.86º 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 #336DFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 109 | 254 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.00 |
| HSL | 222.86º | 0.99% | 0.6% | - |
| HSV(B) | 222.86º | 0.8% | 1% | - |
| XYZ | 24.72 | 18.8 | 96.09 | - |
| YUV | 108.19 | 210.28 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 254 | 0.80 | 0.57 | 0 | 0.00 | 222.86 | 0.99 | 0.6 |
| Hex | 33 | 6D | FE | 50 | 39 | 0 | 0 | DF | 63 | 3C |
| Octal | 63 | 155 | 376 | 120 | 71 | 0 | 0 | 337 | 143 | 74 |
| Binary | 110011 | 1101101 | 11111110 | 1010000 | 111001 | 0 | 0 | 11011111 | 1100011 | 111100 |
Color Harmonies of #336DFE
Complementary color
Monochromatic Colors of #336DFE
Black with #336DFE
Text Example
Text Example
White with #336DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DFE; }
p { color: rgb(51,109,254); }
H1.HeaderClassName
{
color: #336DFE;
}
.AnyTagClassName
{
color: #336DFE;
}
</style>
background-color css
<style>
a { background-color: #336DFE; }
a { background-color: rgb(51,109,254); }
div.DivClassName
{
background-color: #336DFE;
}
.BgClassName
{
background-color: #336DFE;
}
</style>
border-color css
<style>
span { border-color: #336DFE; }
span { border-color: rgb(51,109,254); }
td.TdClassName
{
border-color: #336DFE;
}
.TagClassName
{
border-color: #336DFE;
}
</style>