Html Css Color HEX #5E6EDB Royal Blue

📋 copy color: '#5E6EDB'

red 94 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #5E6EDB

Tints of Royal Blue #5E6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 22.22%
G = 26%
B = 51.77%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E6EDB (or 0x5E6EDB) is known color: Royal Blue. HEX triplet: 5E, 6E and DB. RGB value is (94,110,219). Sum of RGB (Red+Green+Blue) = 94+110+219=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6EDB is #A19124. Grayscale: #757575. Windows color (decimal): -10588453 or 14380638. OLE color: 14380638.

HSL color Cylindrical-coordinate representation of color #5E6EDB: hue angle of 232.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E6EDB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 110 219 -
CMYK 0.57 0.50 0 0.14
HSL 232.32º 0.63% 0.61% -
HSV(B) 232.32º 0.57% 0.86% -
XYZ 22.98 18.65 69.41 -
YUV 117.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 94 110 219 0.57 0.50 0 0.14 232.32 0.63 0.61
Hex 5E 6E DB 39 32 0 E E8 3F 3D
Octal 136 156 333 71 62 0 16 350 77 75
Binary 1011110 1101110 11011011 111001 110010 0 1110 11101000 111111 111101

Color Harmonies of #5E6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EDB

Black with #5E6EDB

Text Example


Text Example

White with #5E6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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