Shades of Royal Blue #397CF2
Tints of Royal Blue #397CF2
RGB
CMYK
RGB Variations
Color information
#397CF2 (or 0x397CF2) is known color: Royal Blue. HEX triplet: 39, 7C and F2. RGB value is (57,124,242). Sum of RGB (Red+Green+Blue) = 57+124+242=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #397CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CF2 is #C6830D. Grayscale: #747474. Windows color (decimal): -13009678 or 15891513. OLE color: 15891513.
HSL color Cylindrical-coordinate representation of color #397CF2: hue angle of 218.27º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397CF2 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 124 | 242 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.05 |
| HSL | 218.27º | 0.88% | 0.59% | - |
| HSV(B) | 218.27º | 0.76% | 0.95% | - |
| XYZ | 24.92 | 21.7 | 86.88 | - |
| YUV | 117.42 | 198.3 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 242 | 0.76 | 0.49 | 0 | 0.05 | 218.27 | 0.88 | 0.59 |
| Hex | 39 | 7C | F2 | 4C | 31 | 0 | 5 | DA | 58 | 3B |
| Octal | 71 | 174 | 362 | 114 | 61 | 0 | 5 | 332 | 130 | 73 |
| Binary | 111001 | 1111100 | 11110010 | 1001100 | 110001 | 0 | 101 | 11011010 | 1011000 | 111011 |
Color Harmonies of #397CF2
Complementary color
Monochromatic Colors of #397CF2
Black with #397CF2
Text Example
Text Example
White with #397CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CF2; }
p { color: rgb(57,124,242); }
H1.HeaderClassName
{
color: #397CF2;
}
.AnyTagClassName
{
color: #397CF2;
}
</style>
background-color css
<style>
a { background-color: #397CF2; }
a { background-color: rgb(57,124,242); }
div.DivClassName
{
background-color: #397CF2;
}
.BgClassName
{
background-color: #397CF2;
}
</style>
border-color css
<style>
span { border-color: #397CF2; }
span { border-color: rgb(57,124,242); }
td.TdClassName
{
border-color: #397CF2;
}
.TagClassName
{
border-color: #397CF2;
}
</style>