Shades of Royal Blue #337FDA
Tints of Royal Blue #337FDA
RGB
CMYK
RGB Variations
Color information
#337FDA (or 0x337FDA) is known color: Royal Blue. HEX triplet: 33, 7F and DA. RGB value is (51,127,218). Sum of RGB (Red+Green+Blue) = 51+127+218=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #337FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FDA is #CC8025. Grayscale: #727272. Windows color (decimal): -13402150 or 14319411. OLE color: 14319411.
HSL color Cylindrical-coordinate representation of color #337FDA: hue angle of 212.69º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337FDA is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 127 | 218 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.15 |
| HSL | 212.69º | 0.69% | 0.53% | - |
| HSV(B) | 212.69º | 0.77% | 0.85% | - |
| XYZ | 21.61 | 20.94 | 69.23 | - |
| YUV | 114.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 218 | 0.77 | 0.42 | 0 | 0.15 | 212.69 | 0.69 | 0.53 |
| Hex | 33 | 7F | DA | 4D | 2A | 0 | F | D5 | 45 | 35 |
| Octal | 63 | 177 | 332 | 115 | 52 | 0 | 17 | 325 | 105 | 65 |
| Binary | 110011 | 1111111 | 11011010 | 1001101 | 101010 | 0 | 1111 | 11010101 | 1000101 | 110101 |
Color Harmonies of #337FDA
Complementary color
Monochromatic Colors of #337FDA
Black with #337FDA
Text Example
Text Example
White with #337FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FDA; }
p { color: rgb(51,127,218); }
H1.HeaderClassName
{
color: #337FDA;
}
.AnyTagClassName
{
color: #337FDA;
}
</style>
background-color css
<style>
a { background-color: #337FDA; }
a { background-color: rgb(51,127,218); }
div.DivClassName
{
background-color: #337FDA;
}
.BgClassName
{
background-color: #337FDA;
}
</style>
border-color css
<style>
span { border-color: #337FDA; }
span { border-color: rgb(51,127,218); }
td.TdClassName
{
border-color: #337FDA;
}
.TagClassName
{
border-color: #337FDA;
}
</style>