Shades of Royal Blue #397BFE
Tints of Royal Blue #397BFE
RGB
CMYK
RGB Variations
Color information
#397BFE (or 0x397BFE) is known color: Royal Blue. HEX triplet: 39, 7B and FE. RGB value is (57,123,254). Sum of RGB (Red+Green+Blue) = 57+123+254=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #397BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BFE is #C68401. Grayscale: #757575. Windows color (decimal): -13009922 or 16677689. OLE color: 16677689.
HSL color Cylindrical-coordinate representation of color #397BFE: hue angle of 219.9º 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 #397BFE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 123 | 254 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.00 |
| HSL | 219.9º | 0.99% | 0.61% | - |
| HSV(B) | 219.9º | 0.78% | 1% | - |
| XYZ | 26.66 | 22.19 | 96.64 | - |
| YUV | 118.2 | 204.63 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 254 | 0.78 | 0.52 | 0 | 0.00 | 219.9 | 0.99 | 0.61 |
| Hex | 39 | 7B | FE | 4E | 34 | 0 | 0 | DC | 63 | 3D |
| Octal | 71 | 173 | 376 | 116 | 64 | 0 | 0 | 334 | 143 | 75 |
| Binary | 111001 | 1111011 | 11111110 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100011 | 111101 |
Color Harmonies of #397BFE
Complementary color
Monochromatic Colors of #397BFE
Black with #397BFE
Text Example
Text Example
White with #397BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BFE; }
p { color: rgb(57,123,254); }
H1.HeaderClassName
{
color: #397BFE;
}
.AnyTagClassName
{
color: #397BFE;
}
</style>
background-color css
<style>
a { background-color: #397BFE; }
a { background-color: rgb(57,123,254); }
div.DivClassName
{
background-color: #397BFE;
}
.BgClassName
{
background-color: #397BFE;
}
</style>
border-color css
<style>
span { border-color: #397BFE; }
span { border-color: rgb(57,123,254); }
td.TdClassName
{
border-color: #397BFE;
}
.TagClassName
{
border-color: #397BFE;
}
</style>