Html Css Color HEX #5E6AEB Royal Blue

📋 copy color: '#5E6AEB'

red 94 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #5E6AEB

Tints of Royal Blue #5E6AEB

RGB

 RED value IS 94 (37.11% from 255) = 21.61%

 GREEN value IS 106 (41.8% from 255) = 24.37%

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 21.61%
G = 24.37%
B = 54.02%

CMYK

 C value IS 0.6

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E6AEB (or 0x5E6AEB) is known color: Royal Blue. HEX triplet: 5E, 6A and EB. RGB value is (94,106,235). Sum of RGB (Red+Green+Blue) = 94+106+235=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E6AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6AEB is #A19514. Grayscale: #747474. Windows color (decimal): -10589461 or 15428190. OLE color: 15428190.

HSL color Cylindrical-coordinate representation of color #5E6AEB: hue angle of 234.89º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6AEB is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 106 235 -
CMYK 0.6 0.55 0 0.08
HSL 234.89º 0.78% 0.65% -
HSV(B) 234.89º 0.6% 0.92% -
XYZ 24.77 18.69 80.9 -
YUV 117.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 94 106 235 0.6 0.55 0 0.08 234.89 0.78 0.65
Hex 5E 6A EB 3C 37 0 8 EB 4E 41
Octal 136 152 353 74 67 0 10 353 116 101
Binary 1011110 1101010 11101011 111100 110111 0 1000 11101011 1001110 1000001

Color Harmonies of #5E6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6AEB

Black with #5E6AEB

Text Example


Text Example

White with #5E6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6AEB; }

 p { color: rgb(94,106,235); }

 H1.HeaderClassName
 {
   color: #5E6AEB;
 }
 .AnyTagClassName
 {
   color: #5E6AEB;
 }
</style>

background-color css

<style>
 a { background-color: #5E6AEB; }

 a { background-color: rgb(94,106,235); }

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

border-color css

<style>
 span { border-color: #5E6AEB; }

 span { border-color: rgb(94,106,235); }

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