Shades of Royal Blue #337CED
Tints of Royal Blue #337CED
RGB
CMYK
RGB Variations
Color information
#337CED (or 0x337CED) is known color: Royal Blue. HEX triplet: 33, 7C and ED. RGB value is (51,124,237). Sum of RGB (Red+Green+Blue) = 51+124+237=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #337CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337CED is #CC8312. Grayscale: #727272. Windows color (decimal): -13402899 or 15563827. OLE color: 15563827.
HSL color Cylindrical-coordinate representation of color #337CED: hue angle of 216.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #337CED is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 124 | 237 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.07 |
| HSL | 216.45º | 0.84% | 0.56% | - |
| HSV(B) | 216.45º | 0.78% | 0.93% | - |
| XYZ | 23.86 | 21.23 | 82.96 | - |
| YUV | 115.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 237 | 0.78 | 0.48 | 0 | 0.07 | 216.45 | 0.84 | 0.56 |
| Hex | 33 | 7C | ED | 4E | 30 | 0 | 7 | D8 | 54 | 38 |
| Octal | 63 | 174 | 355 | 116 | 60 | 0 | 7 | 330 | 124 | 70 |
| Binary | 110011 | 1111100 | 11101101 | 1001110 | 110000 | 0 | 111 | 11011000 | 1010100 | 111000 |
Color Harmonies of #337CED
Complementary color
Monochromatic Colors of #337CED
Black with #337CED
Text Example
Text Example
White with #337CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CED; }
p { color: rgb(51,124,237); }
H1.HeaderClassName
{
color: #337CED;
}
.AnyTagClassName
{
color: #337CED;
}
</style>
background-color css
<style>
a { background-color: #337CED; }
a { background-color: rgb(51,124,237); }
div.DivClassName
{
background-color: #337CED;
}
.BgClassName
{
background-color: #337CED;
}
</style>
border-color css
<style>
span { border-color: #337CED; }
span { border-color: rgb(51,124,237); }
td.TdClassName
{
border-color: #337CED;
}
.TagClassName
{
border-color: #337CED;
}
</style>