Html Css Color HEX #394FE9 Royal Blue

📋 copy color: '#394FE9'

red 57 ◦ green 79 ◦ blue 233

#394FE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #394FE9

Tints of Royal Blue #394FE9

RGB

 RED value IS 57 (22.66% from 255) = 15.45%

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 233 (91.41% from 255) = 63.14%

R = 15.45%
G = 21.41%
B = 63.14%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#394FE9 (or 0x394FE9) is known color: Royal Blue. HEX triplet: 39, 4F and E9. RGB value is (57,79,233). Sum of RGB (Red+Green+Blue) = 57+79+233=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #394FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394FE9 is #C6B016. Grayscale: #595959. Windows color (decimal): -13021207 or 15290169. OLE color: 15290169.

HSL color Cylindrical-coordinate representation of color #394FE9: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394FE9 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 57 79 233 -
CMYK 0.76 0.66 0 0.09
HSL 232.5º 0.8% 0.57% -
HSV(B) 232.5º 0.76% 0.91% -
XYZ 19.19 12.35 78.46 -
YUV 89.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 57 79 233 0.76 0.66 0 0.09 232.5 0.8 0.57
Hex 39 4F E9 4C 42 0 9 E8 50 39
Octal 71 117 351 114 102 0 11 350 120 71
Binary 111001 1001111 11101001 1001100 1000010 0 1001 11101000 1010000 111001

Color Harmonies of #394FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394FE9

Black with #394FE9

Text Example


Text Example

White with #394FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394FE9; }

 p { color: rgb(57,79,233); }

 H1.HeaderClassName
 {
   color: #394FE9;
 }
 .AnyTagClassName
 {
   color: #394FE9;
 }
</style>

background-color css

<style>
 a { background-color: #394FE9; }

 a { background-color: rgb(57,79,233); }

 div.DivClassName
 {
   background-color: #394FE9;
 }
 .BgClassName
 {
   background-color: #394FE9;
 }
</style>

border-color css

<style>
 span { border-color: #394FE9; }

 span { border-color: rgb(57,79,233); }

 td.TdClassName
 {
   border-color: #394FE9;
 }
 .TagClassName
 {
   border-color: #394FE9;
 }
</style>