Html Css Color HEX #5E68EB Royal Blue

📋 copy color: '#5E68EB'

red 94 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #5E68EB

Tints of Royal Blue #5E68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 21.71%
G = 24.02%
B = 54.27%

CMYK

 C value IS 0.6

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E68EB (or 0x5E68EB) is known color: Royal Blue. HEX triplet: 5E, 68 and EB. RGB value is (94,104,235). Sum of RGB (Red+Green+Blue) = 94+104+235=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E68EB is #A19714. Grayscale: #737373. Windows color (decimal): -10589973 or 15427678. OLE color: 15427678.

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

Color convert

RGB 94 104 235 -
CMYK 0.6 0.56 0 0.08
HSL 235.74º 0.78% 0.65% -
HSV(B) 235.74º 0.6% 0.92% -
XYZ 24.56 18.28 80.83 -
YUV 115.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 94 104 235 0.6 0.56 0 0.08 235.74 0.78 0.65
Hex 5E 68 EB 3C 38 0 8 EC 4E 41
Octal 136 150 353 74 70 0 10 354 116 101
Binary 1011110 1101000 11101011 111100 111000 0 1000 11101100 1001110 1000001

Color Harmonies of #5E68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E68EB

Black with #5E68EB

Text Example


Text Example

White with #5E68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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