Shades of Royal Blue #365DF7
Tints of Royal Blue #365DF7
RGB
CMYK
RGB Variations
Color information
#365DF7 (or 0x365DF7) is known color: Royal Blue. HEX triplet: 36, 5D and F7. RGB value is (54,93,247). Sum of RGB (Red+Green+Blue) = 54+93+247=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #365DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DF7 is #C9A208. Grayscale: #626262. Windows color (decimal): -13214217 or 16211254. OLE color: 16211254.
HSL color Cylindrical-coordinate representation of color #365DF7: hue angle of 227.88º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365DF7 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 93 | 247 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.03 |
| HSL | 227.88º | 0.92% | 0.59% | - |
| HSV(B) | 227.88º | 0.78% | 0.97% | - |
| XYZ | 22.22 | 15.33 | 89.78 | - |
| YUV | 98.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 247 | 0.78 | 0.62 | 0 | 0.03 | 227.88 | 0.92 | 0.59 |
| Hex | 36 | 5D | F7 | 4E | 3E | 0 | 3 | E4 | 5C | 3B |
| Octal | 66 | 135 | 367 | 116 | 76 | 0 | 3 | 344 | 134 | 73 |
| Binary | 110110 | 1011101 | 11110111 | 1001110 | 111110 | 0 | 11 | 11100100 | 1011100 | 111011 |
Color Harmonies of #365DF7
Complementary color
Monochromatic Colors of #365DF7
Black with #365DF7
Text Example
Text Example
White with #365DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DF7; }
p { color: rgb(54,93,247); }
H1.HeaderClassName
{
color: #365DF7;
}
.AnyTagClassName
{
color: #365DF7;
}
</style>
background-color css
<style>
a { background-color: #365DF7; }
a { background-color: rgb(54,93,247); }
div.DivClassName
{
background-color: #365DF7;
}
.BgClassName
{
background-color: #365DF7;
}
</style>
border-color css
<style>
span { border-color: #365DF7; }
span { border-color: rgb(54,93,247); }
td.TdClassName
{
border-color: #365DF7;
}
.TagClassName
{
border-color: #365DF7;
}
</style>