Html Css Color HEX #5E74EB Royal Blue

📋 copy color: '#5E74EB'

red 94 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #5E74EB

Tints of Royal Blue #5E74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

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

R = 21.12%
G = 26.07%
B = 52.81%

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

#5E74EB (or 0x5E74EB) is known color: Royal Blue. HEX triplet: 5E, 74 and EB. RGB value is (94,116,235). Sum of RGB (Red+Green+Blue) = 94+116+235=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E74EB is #A18B14. Grayscale: #7A7A7A. Windows color (decimal): -10586901 or 15430750. OLE color: 15430750.

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

Color convert

RGB 94 116 235 -
CMYK 0.6 0.51 0 0.08
HSL 230.64º 0.78% 0.65% -
HSV(B) 230.64º 0.6% 0.92% -
XYZ 25.86 20.87 81.26 -
YUV 122.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 94 116 235 0.6 0.51 0 0.08 230.64 0.78 0.65
Hex 5E 74 EB 3C 33 0 8 E7 4E 41
Octal 136 164 353 74 63 0 10 347 116 101
Binary 1011110 1110100 11101011 111100 110011 0 1000 11100111 1001110 1000001

Color Harmonies of #5E74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74EB

Black with #5E74EB

Text Example


Text Example

White with #5E74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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