Html Css Color HEX #5E73EB Royal Blue

📋 copy color: '#5E73EB'

red 94 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #5E73EB

Tints of Royal Blue #5E73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 21.17%
G = 25.9%
B = 52.93%

CMYK

 C value IS 0.6

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E73EB (or 0x5E73EB) is known color: Royal Blue. HEX triplet: 5E, 73 and EB. RGB value is (94,115,235). Sum of RGB (Red+Green+Blue) = 94+115+235=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E73EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E73EB is #A18C14. Grayscale: #797979. Windows color (decimal): -10587157 or 15430494. OLE color: 15430494.

HSL color Cylindrical-coordinate representation of color #5E73EB: hue angle of 231.06º 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 #5E73EB is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 115 235 -
CMYK 0.6 0.51 0 0.08
HSL 231.06º 0.78% 0.65% -
HSV(B) 231.06º 0.6% 0.92% -
XYZ 25.74 20.64 81.22 -
YUV 122.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 94 115 235 0.6 0.51 0 0.08 231.06 0.78 0.65
Hex 5E 73 EB 3C 33 0 8 E7 4E 41
Octal 136 163 353 74 63 0 10 347 116 101
Binary 1011110 1110011 11101011 111100 110011 0 1000 11100111 1001110 1000001

Color Harmonies of #5E73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E73EB

Black with #5E73EB

Text Example


Text Example

White with #5E73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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