Shades of Royal Blue #337DF0
Tints of Royal Blue #337DF0
RGB
CMYK
RGB Variations
Color information
#337DF0 (or 0x337DF0) is known color: Royal Blue. HEX triplet: 33, 7D and F0. RGB value is (51,125,240). Sum of RGB (Red+Green+Blue) = 51+125+240=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #337DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337DF0 is #CC820F. Grayscale: #737373. Windows color (decimal): -13402640 or 15760691. OLE color: 15760691.
HSL color Cylindrical-coordinate representation of color #337DF0: hue angle of 216.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #337DF0 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 125 | 240 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.06 |
| HSL | 216.51º | 0.86% | 0.57% | - |
| HSV(B) | 216.51º | 0.79% | 0.94% | - |
| XYZ | 24.43 | 21.66 | 85.33 | - |
| YUV | 115.98 | 197.98 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 240 | 0.79 | 0.48 | 0 | 0.06 | 216.51 | 0.86 | 0.57 |
| Hex | 33 | 7D | F0 | 4F | 30 | 0 | 6 | D9 | 56 | 39 |
| Octal | 63 | 175 | 360 | 117 | 60 | 0 | 6 | 331 | 126 | 71 |
| Binary | 110011 | 1111101 | 11110000 | 1001111 | 110000 | 0 | 110 | 11011001 | 1010110 | 111001 |
Color Harmonies of #337DF0
Complementary color
Monochromatic Colors of #337DF0
Black with #337DF0
Text Example
Text Example
White with #337DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337DF0; }
p { color: rgb(51,125,240); }
H1.HeaderClassName
{
color: #337DF0;
}
.AnyTagClassName
{
color: #337DF0;
}
</style>
background-color css
<style>
a { background-color: #337DF0; }
a { background-color: rgb(51,125,240); }
div.DivClassName
{
background-color: #337DF0;
}
.BgClassName
{
background-color: #337DF0;
}
</style>
border-color css
<style>
span { border-color: #337DF0; }
span { border-color: rgb(51,125,240); }
td.TdClassName
{
border-color: #337DF0;
}
.TagClassName
{
border-color: #337DF0;
}
</style>