Html Css Color HEX #5E6EDD Royal Blue

📋 copy color: '#5E6EDD'

red 94 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #5E6EDD

Tints of Royal Blue #5E6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 22.12%
G = 25.88%
B = 52%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E6EDD (or 0x5E6EDD) is known color: Royal Blue. HEX triplet: 5E, 6E and DD. RGB value is (94,110,221). Sum of RGB (Red+Green+Blue) = 94+110+221=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6EDD is #A19122. Grayscale: #757575. Windows color (decimal): -10588451 or 14511710. OLE color: 14511710.

HSL color Cylindrical-coordinate representation of color #5E6EDD: hue angle of 232.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E6EDD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 110 221 -
CMYK 0.57 0.50 0 0.13
HSL 232.44º 0.65% 0.62% -
HSV(B) 232.44º 0.57% 0.87% -
XYZ 23.24 18.75 70.8 -
YUV 117.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 94 110 221 0.57 0.50 0 0.13 232.44 0.65 0.62
Hex 5E 6E DD 39 32 0 D E8 41 3E
Octal 136 156 335 71 62 0 15 350 101 76
Binary 1011110 1101110 11011101 111001 110010 0 1101 11101000 1000001 111110

Color Harmonies of #5E6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EDD

Black with #5E6EDD

Text Example


Text Example

White with #5E6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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