Shades of Royal Blue #375DF7
Tints of Royal Blue #375DF7
RGB
CMYK
RGB Variations
Color information
#375DF7 (or 0x375DF7) is known color: Royal Blue. HEX triplet: 37, 5D and F7. RGB value is (55,93,247). Sum of RGB (Red+Green+Blue) = 55+93+247=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #375DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DF7 is #C8A208. Grayscale: #626262. Windows color (decimal): -13148681 or 16211255. OLE color: 16211255.
HSL color Cylindrical-coordinate representation of color #375DF7: hue angle of 228.12º 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 #375DF7 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 93 | 247 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.03 |
| HSL | 228.13º | 0.92% | 0.59% | - |
| HSV(B) | 228.13º | 0.78% | 0.97% | - |
| XYZ | 22.28 | 15.36 | 89.79 | - |
| YUV | 99.19 | 211.41 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 247 | 0.78 | 0.62 | 0 | 0.03 | 228.13 | 0.92 | 0.59 |
| Hex | 37 | 5D | F7 | 4E | 3E | 0 | 3 | E4 | 5C | 3B |
| Octal | 67 | 135 | 367 | 116 | 76 | 0 | 3 | 344 | 134 | 73 |
| Binary | 110111 | 1011101 | 11110111 | 1001110 | 111110 | 0 | 11 | 11100100 | 1011100 | 111011 |
Color Harmonies of #375DF7
Complementary color
Monochromatic Colors of #375DF7
Black with #375DF7
Text Example
Text Example
White with #375DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DF7; }
p { color: rgb(55,93,247); }
H1.HeaderClassName
{
color: #375DF7;
}
.AnyTagClassName
{
color: #375DF7;
}
</style>
background-color css
<style>
a { background-color: #375DF7; }
a { background-color: rgb(55,93,247); }
div.DivClassName
{
background-color: #375DF7;
}
.BgClassName
{
background-color: #375DF7;
}
</style>
border-color css
<style>
span { border-color: #375DF7; }
span { border-color: rgb(55,93,247); }
td.TdClassName
{
border-color: #375DF7;
}
.TagClassName
{
border-color: #375DF7;
}
</style>