Html Css Color HEX #5E6EEB Royal Blue

📋 copy color: '#5E6EEB'

red 94 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #5E6EEB

Tints of Royal Blue #5E6EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

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

R = 21.41%
G = 25.06%
B = 53.53%

CMYK

 C value IS 0.6

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E6EEB (or 0x5E6EEB) is known color: Royal Blue. HEX triplet: 5E, 6E and EB. RGB value is (94,110,235). Sum of RGB (Red+Green+Blue) = 94+110+235=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6EEB is #A19114. Grayscale: #767676. Windows color (decimal): -10588437 or 15429214. OLE color: 15429214.

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

Color convert

RGB 94 110 235 -
CMYK 0.6 0.53 0 0.08
HSL 233.19º 0.78% 0.65% -
HSV(B) 233.19º 0.6% 0.92% -
XYZ 25.19 19.53 81.04 -
YUV 119.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 94 110 235 0.6 0.53 0 0.08 233.19 0.78 0.65
Hex 5E 6E EB 3C 35 0 8 E9 4E 41
Octal 136 156 353 74 65 0 10 351 116 101
Binary 1011110 1101110 11101011 111100 110101 0 1000 11101001 1001110 1000001

Color Harmonies of #5E6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EEB

Black with #5E6EEB

Text Example


Text Example

White with #5E6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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