Shades of Royal Blue #397AFE
Tints of Royal Blue #397AFE
RGB
CMYK
RGB Variations
Color information
#397AFE (or 0x397AFE) is known color: Royal Blue. HEX triplet: 39, 7A and FE. RGB value is (57,122,254). Sum of RGB (Red+Green+Blue) = 57+122+254=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #397AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397AFE is #C68501. Grayscale: #757575. Windows color (decimal): -13010178 or 16677433. OLE color: 16677433.
HSL color Cylindrical-coordinate representation of color #397AFE: hue angle of 220.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #397AFE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 122 | 254 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.00 |
| HSL | 220.2º | 0.99% | 0.61% | - |
| HSV(B) | 220.2º | 0.78% | 1% | - |
| XYZ | 26.54 | 21.94 | 96.6 | - |
| YUV | 117.61 | 204.97 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 254 | 0.78 | 0.52 | 0 | 0.00 | 220.2 | 0.99 | 0.61 |
| Hex | 39 | 7A | FE | 4E | 34 | 0 | 0 | DC | 63 | 3D |
| Octal | 71 | 172 | 376 | 116 | 64 | 0 | 0 | 334 | 143 | 75 |
| Binary | 111001 | 1111010 | 11111110 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100011 | 111101 |
Color Harmonies of #397AFE
Complementary color
Monochromatic Colors of #397AFE
Black with #397AFE
Text Example
Text Example
White with #397AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AFE; }
p { color: rgb(57,122,254); }
H1.HeaderClassName
{
color: #397AFE;
}
.AnyTagClassName
{
color: #397AFE;
}
</style>
background-color css
<style>
a { background-color: #397AFE; }
a { background-color: rgb(57,122,254); }
div.DivClassName
{
background-color: #397AFE;
}
.BgClassName
{
background-color: #397AFE;
}
</style>
border-color css
<style>
span { border-color: #397AFE; }
span { border-color: rgb(57,122,254); }
td.TdClassName
{
border-color: #397AFE;
}
.TagClassName
{
border-color: #397AFE;
}
</style>