Html Css Color HEX #5E6BEB Royal Blue

📋 copy color: '#5E6BEB'

red 94 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #5E6BEB

Tints of Royal Blue #5E6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 21.56%
G = 24.54%
B = 53.9%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E6BEB (or 0x5E6BEB) is known color: Royal Blue. HEX triplet: 5E, 6B and EB. RGB value is (94,107,235). Sum of RGB (Red+Green+Blue) = 94+107+235=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6BEB is #A19414. Grayscale: #757575. Windows color (decimal): -10589205 or 15428446. OLE color: 15428446.

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

Color convert

RGB 94 107 235 -
CMYK 0.6 0.54 0 0.08
HSL 234.47º 0.78% 0.65% -
HSV(B) 234.47º 0.6% 0.92% -
XYZ 24.87 18.89 80.93 -
YUV 117.71 194.19 111.09 -
System Red Green Blue C M Y K H S L
Decimal 94 107 235 0.6 0.54 0 0.08 234.47 0.78 0.65
Hex 5E 6B EB 3C 36 0 8 EA 4E 41
Octal 136 153 353 74 66 0 10 352 116 101
Binary 1011110 1101011 11101011 111100 110110 0 1000 11101010 1001110 1000001

Color Harmonies of #5E6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BEB

Black with #5E6BEB

Text Example


Text Example

White with #5E6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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