Shades of Royal Blue #366DF9
Tints of Royal Blue #366DF9
RGB
CMYK
RGB Variations
Color information
#366DF9 (or 0x366DF9) is known color: Royal Blue. HEX triplet: 36, 6D and F9. RGB value is (54,109,249). Sum of RGB (Red+Green+Blue) = 54+109+249=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #366DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366DF9 is #C99206. Grayscale: #6B6B6B. Windows color (decimal): -13210119 or 16346422. OLE color: 16346422.
HSL color Cylindrical-coordinate representation of color #366DF9: hue angle of 223.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366DF9 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 109 | 249 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.02 |
| HSL | 223.08º | 0.94% | 0.59% | - |
| HSV(B) | 223.08º | 0.78% | 0.98% | - |
| XYZ | 24.09 | 18.56 | 91.94 | - |
| YUV | 108.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 249 | 0.78 | 0.56 | 0 | 0.02 | 223.08 | 0.94 | 0.59 |
| Hex | 36 | 6D | F9 | 4E | 38 | 0 | 2 | DF | 5E | 3B |
| Octal | 66 | 155 | 371 | 116 | 70 | 0 | 2 | 337 | 136 | 73 |
| Binary | 110110 | 1101101 | 11111001 | 1001110 | 111000 | 0 | 10 | 11011111 | 1011110 | 111011 |
Color Harmonies of #366DF9
Complementary color
Monochromatic Colors of #366DF9
Black with #366DF9
Text Example
Text Example
White with #366DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DF9; }
p { color: rgb(54,109,249); }
H1.HeaderClassName
{
color: #366DF9;
}
.AnyTagClassName
{
color: #366DF9;
}
</style>
background-color css
<style>
a { background-color: #366DF9; }
a { background-color: rgb(54,109,249); }
div.DivClassName
{
background-color: #366DF9;
}
.BgClassName
{
background-color: #366DF9;
}
</style>
border-color css
<style>
span { border-color: #366DF9; }
span { border-color: rgb(54,109,249); }
td.TdClassName
{
border-color: #366DF9;
}
.TagClassName
{
border-color: #366DF9;
}
</style>