Html Css Color HEX #5E6DDE Royal Blue

📋 copy color: '#5E6DDE'

red 94 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #5E6DDE

Tints of Royal Blue #5E6DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 22.12%
G = 25.65%
B = 52.24%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E6DDE (or 0x5E6DDE) is known color: Royal Blue. HEX triplet: 5E, 6D and DE. RGB value is (94,109,222). Sum of RGB (Red+Green+Blue) = 94+109+222=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E6DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6DDE is #A19221. Grayscale: #747474. Windows color (decimal): -10588706 or 14576990. OLE color: 14576990.

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

Color convert

RGB 94 109 222 -
CMYK 0.58 0.51 0 0.13
HSL 232.97º 0.66% 0.62% -
HSV(B) 232.97º 0.58% 0.87% -
XYZ 23.27 18.59 71.47 -
YUV 117.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 94 109 222 0.58 0.51 0 0.13 232.97 0.66 0.62
Hex 5E 6D DE 3A 33 0 D E9 42 3E
Octal 136 155 336 72 63 0 15 351 102 76
Binary 1011110 1101101 11011110 111010 110011 0 1101 11101001 1000010 111110

Color Harmonies of #5E6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6DDE

Black with #5E6DDE

Text Example


Text Example

White with #5E6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,222); }

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

background-color css

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

 a { background-color: rgb(94,109,222); }

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

border-color css

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

 span { border-color: rgb(94,109,222); }

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