Html Css Color HEX #5E6FDA Royal Blue

📋 copy color: '#5E6FDA'

red 94 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #5E6FDA

Tints of Royal Blue #5E6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 22.22%
G = 26.24%
B = 51.54%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E6FDA (or 0x5E6FDA) is known color: Royal Blue. HEX triplet: 5E, 6F and DA. RGB value is (94,111,218). Sum of RGB (Red+Green+Blue) = 94+111+218=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E6FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FDA is #A19025. Grayscale: #757575. Windows color (decimal): -10588198 or 14315358. OLE color: 14315358.

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

Color convert

RGB 94 111 218 -
CMYK 0.57 0.49 0 0.15
HSL 231.77º 0.63% 0.61% -
HSV(B) 231.77º 0.57% 0.85% -
XYZ 22.96 18.81 68.75 -
YUV 118.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 94 111 218 0.57 0.49 0 0.15 231.77 0.63 0.61
Hex 5E 6F DA 39 31 0 F E8 3F 3D
Octal 136 157 332 71 61 0 17 350 77 75
Binary 1011110 1101111 11011010 111001 110001 0 1111 11101000 111111 111101

Color Harmonies of #5E6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FDA

Black with #5E6FDA

Text Example


Text Example

White with #5E6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,218); }

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

background-color css

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

 a { background-color: rgb(94,111,218); }

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

border-color css

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

 span { border-color: rgb(94,111,218); }

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