Shades of Royal Blue #394FE8
Tints of Royal Blue #394FE8
RGB
CMYK
RGB Variations
Color information
#394FE8 (or 0x394FE8) is known color: Royal Blue. HEX triplet: 39, 4F and E8. RGB value is (57,79,232). Sum of RGB (Red+Green+Blue) = 57+79+232=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #394FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394FE8 is #C6B017. Grayscale: #595959. Windows color (decimal): -13021208 or 15224633. OLE color: 15224633.
HSL color Cylindrical-coordinate representation of color #394FE8: hue angle of 232.46º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394FE8 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 79 | 232 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.09 |
| HSL | 232.46º | 0.79% | 0.57% | - |
| HSV(B) | 232.46º | 0.75% | 0.91% | - |
| XYZ | 19.05 | 12.29 | 77.71 | - |
| YUV | 89.86 | 208.21 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 232 | 0.75 | 0.66 | 0 | 0.09 | 232.46 | 0.79 | 0.57 |
| Hex | 39 | 4F | E8 | 4B | 42 | 0 | 9 | E8 | 4F | 39 |
| Octal | 71 | 117 | 350 | 113 | 102 | 0 | 11 | 350 | 117 | 71 |
| Binary | 111001 | 1001111 | 11101000 | 1001011 | 1000010 | 0 | 1001 | 11101000 | 1001111 | 111001 |
Color Harmonies of #394FE8
Complementary color
Monochromatic Colors of #394FE8
Black with #394FE8
Text Example
Text Example
White with #394FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FE8; }
p { color: rgb(57,79,232); }
H1.HeaderClassName
{
color: #394FE8;
}
.AnyTagClassName
{
color: #394FE8;
}
</style>
background-color css
<style>
a { background-color: #394FE8; }
a { background-color: rgb(57,79,232); }
div.DivClassName
{
background-color: #394FE8;
}
.BgClassName
{
background-color: #394FE8;
}
</style>
border-color css
<style>
span { border-color: #394FE8; }
span { border-color: rgb(57,79,232); }
td.TdClassName
{
border-color: #394FE8;
}
.TagClassName
{
border-color: #394FE8;
}
</style>