Html Css Color HEX #5E6BEF Royal Blue

📋 copy color: '#5E6BEF'

red 94 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #5E6BEF

Tints of Royal Blue #5E6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 21.36%
G = 24.32%
B = 54.32%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E6BEF (or 0x5E6BEF) is known color: Royal Blue. HEX triplet: 5E, 6B and EF. RGB value is (94,107,239). Sum of RGB (Red+Green+Blue) = 94+107+239=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6BEF is #A19410. Grayscale: #757575. Windows color (decimal): -10589201 or 15690590. OLE color: 15690590.

HSL color Cylindrical-coordinate representation of color #5E6BEF: hue angle of 234.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6BEF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 107 239 -
CMYK 0.61 0.55 0 0.06
HSL 234.62º 0.82% 0.65% -
HSV(B) 234.62º 0.61% 0.94% -
XYZ 25.45 19.13 84.01 -
YUV 118.16 196.19 110.77 -
System Red Green Blue C M Y K H S L
Decimal 94 107 239 0.61 0.55 0 0.06 234.62 0.82 0.65
Hex 5E 6B EF 3D 37 0 6 EB 52 41
Octal 136 153 357 75 67 0 6 353 122 101
Binary 1011110 1101011 11101111 111101 110111 0 110 11101011 1010010 1000001

Color Harmonies of #5E6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BEF

Black with #5E6BEF

Text Example


Text Example

White with #5E6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,107,239); }

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

background-color css

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

 a { background-color: rgb(94,107,239); }

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

border-color css

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

 span { border-color: rgb(94,107,239); }

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