Shades of Royal Blue #397BED
Tints of Royal Blue #397BED
RGB
CMYK
RGB Variations
Color information
#397BED (or 0x397BED) is known color: Royal Blue. HEX triplet: 39, 7B and ED. RGB value is (57,123,237). Sum of RGB (Red+Green+Blue) = 57+123+237=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #397BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BED is #C68412. Grayscale: #737373. Windows color (decimal): -13009939 or 15563577. OLE color: 15563577.
HSL color Cylindrical-coordinate representation of color #397BED: hue angle of 218º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397BED is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 123 | 237 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.07 |
| HSL | 218º | 0.83% | 0.58% | - |
| HSV(B) | 218º | 0.76% | 0.93% | - |
| XYZ | 24.06 | 21.15 | 82.94 | - |
| YUV | 116.26 | 196.13 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 237 | 0.76 | 0.48 | 0 | 0.07 | 218 | 0.83 | 0.58 |
| Hex | 39 | 7B | ED | 4C | 30 | 0 | 7 | DA | 53 | 3A |
| Octal | 71 | 173 | 355 | 114 | 60 | 0 | 7 | 332 | 123 | 72 |
| Binary | 111001 | 1111011 | 11101101 | 1001100 | 110000 | 0 | 111 | 11011010 | 1010011 | 111010 |
Color Harmonies of #397BED
Complementary color
Monochromatic Colors of #397BED
Black with #397BED
Text Example
Text Example
White with #397BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BED; }
p { color: rgb(57,123,237); }
H1.HeaderClassName
{
color: #397BED;
}
.AnyTagClassName
{
color: #397BED;
}
</style>
background-color css
<style>
a { background-color: #397BED; }
a { background-color: rgb(57,123,237); }
div.DivClassName
{
background-color: #397BED;
}
.BgClassName
{
background-color: #397BED;
}
</style>
border-color css
<style>
span { border-color: #397BED; }
span { border-color: rgb(57,123,237); }
td.TdClassName
{
border-color: #397BED;
}
.TagClassName
{
border-color: #397BED;
}
</style>