Shades of Royal Blue #395DF9
Tints of Royal Blue #395DF9
RGB
CMYK
RGB Variations
Color information
#395DF9 (or 0x395DF9) is known color: Royal Blue. HEX triplet: 39, 5D and F9. RGB value is (57,93,249). Sum of RGB (Red+Green+Blue) = 57+93+249=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #395DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395DF9 is #C6A206. Grayscale: #636363. Windows color (decimal): -13017607 or 16342329. OLE color: 16342329.
HSL color Cylindrical-coordinate representation of color #395DF9: hue angle of 228.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395DF9 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 93 | 249 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.02 |
| HSL | 228.75º | 0.94% | 0.6% | - |
| HSV(B) | 228.75º | 0.77% | 0.98% | - |
| XYZ | 22.7 | 15.54 | 91.43 | - |
| YUV | 100.02 | 212.07 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 249 | 0.77 | 0.63 | 0 | 0.02 | 228.75 | 0.94 | 0.6 |
| Hex | 39 | 5D | F9 | 4D | 3F | 0 | 2 | E5 | 5E | 3C |
| Octal | 71 | 135 | 371 | 115 | 77 | 0 | 2 | 345 | 136 | 74 |
| Binary | 111001 | 1011101 | 11111001 | 1001101 | 111111 | 0 | 10 | 11100101 | 1011110 | 111100 |
Color Harmonies of #395DF9
Complementary color
Monochromatic Colors of #395DF9
Black with #395DF9
Text Example
Text Example
White with #395DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DF9; }
p { color: rgb(57,93,249); }
H1.HeaderClassName
{
color: #395DF9;
}
.AnyTagClassName
{
color: #395DF9;
}
</style>
background-color css
<style>
a { background-color: #395DF9; }
a { background-color: rgb(57,93,249); }
div.DivClassName
{
background-color: #395DF9;
}
.BgClassName
{
background-color: #395DF9;
}
</style>
border-color css
<style>
span { border-color: #395DF9; }
span { border-color: rgb(57,93,249); }
td.TdClassName
{
border-color: #395DF9;
}
.TagClassName
{
border-color: #395DF9;
}
</style>