Shades of Royal Blue #397AF9
Tints of Royal Blue #397AF9
RGB
CMYK
RGB Variations
Color information
#397AF9 (or 0x397AF9) is known color: Royal Blue. HEX triplet: 39, 7A and F9. RGB value is (57,122,249). Sum of RGB (Red+Green+Blue) = 57+122+249=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #397AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397AF9 is #C68506. Grayscale: #747474. Windows color (decimal): -13010183 or 16349753. OLE color: 16349753.
HSL color Cylindrical-coordinate representation of color #397AF9: hue angle of 219.69º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397AF9 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 122 | 249 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.02 |
| HSL | 219.69º | 0.94% | 0.6% | - |
| HSV(B) | 219.69º | 0.77% | 0.98% | - |
| XYZ | 25.75 | 21.63 | 92.44 | - |
| YUV | 117.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 249 | 0.77 | 0.51 | 0 | 0.02 | 219.69 | 0.94 | 0.6 |
| Hex | 39 | 7A | F9 | 4D | 33 | 0 | 2 | DC | 5E | 3C |
| Octal | 71 | 172 | 371 | 115 | 63 | 0 | 2 | 334 | 136 | 74 |
| Binary | 111001 | 1111010 | 11111001 | 1001101 | 110011 | 0 | 10 | 11011100 | 1011110 | 111100 |
Color Harmonies of #397AF9
Complementary color
Monochromatic Colors of #397AF9
Black with #397AF9
Text Example
Text Example
White with #397AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AF9; }
p { color: rgb(57,122,249); }
H1.HeaderClassName
{
color: #397AF9;
}
.AnyTagClassName
{
color: #397AF9;
}
</style>
background-color css
<style>
a { background-color: #397AF9; }
a { background-color: rgb(57,122,249); }
div.DivClassName
{
background-color: #397AF9;
}
.BgClassName
{
background-color: #397AF9;
}
</style>
border-color css
<style>
span { border-color: #397AF9; }
span { border-color: rgb(57,122,249); }
td.TdClassName
{
border-color: #397AF9;
}
.TagClassName
{
border-color: #397AF9;
}
</style>