Html Css Color HEX #5E6EEE Royal Blue

📋 copy color: '#5E6EEE'

red 94 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #5E6EEE

Tints of Royal Blue #5E6EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 21.27%
G = 24.89%
B = 53.85%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E6EEE (or 0x5E6EEE) is known color: Royal Blue. HEX triplet: 5E, 6E and EE. RGB value is (94,110,238). Sum of RGB (Red+Green+Blue) = 94+110+238=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E6EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6EEE is #A19111. Grayscale: #777777. Windows color (decimal): -10588434 or 15625822. OLE color: 15625822.

HSL color Cylindrical-coordinate representation of color #5E6EEE: hue angle of 233.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6EEE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 110 238 -
CMYK 0.61 0.54 0 0.07
HSL 233.33º 0.81% 0.65% -
HSV(B) 233.33º 0.61% 0.93% -
XYZ 25.62 19.7 83.34 -
YUV 119.81 194.7 109.59 -
System Red Green Blue C M Y K H S L
Decimal 94 110 238 0.61 0.54 0 0.07 233.33 0.81 0.65
Hex 5E 6E EE 3D 36 0 7 E9 51 41
Octal 136 156 356 75 66 0 7 351 121 101
Binary 1011110 1101110 11101110 111101 110110 0 111 11101001 1010001 1000001

Color Harmonies of #5E6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EEE

Black with #5E6EEE

Text Example


Text Example

White with #5E6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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