Html Css Color HEX #5678EA Royal Blue

📋 copy color: '#5678EA'

red 86 ◦ green 120 ◦ blue 234

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

Shades of Royal Blue #5678EA

Tints of Royal Blue #5678EA

RGB

 RED value IS 86 (33.98% from 255) = 19.55%

 GREEN value IS 120 (47.27% from 255) = 27.27%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 19.55%
G = 27.27%
B = 53.18%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5678EA (or 0x5678EA) is known color: Royal Blue. HEX triplet: 56, 78 and EA. RGB value is (86,120,234). Sum of RGB (Red+Green+Blue) = 86+120+234=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #5678EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678EA is #A98715. Grayscale: #7A7A7A. Windows color (decimal): -11110166 or 15366230. OLE color: 15366230.

HSL color Cylindrical-coordinate representation of color #5678EA: hue angle of 226.22º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5678EA is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 120 234 -
CMYK 0.63 0.49 0 0.08
HSL 226.22º 0.78% 0.63% -
HSV(B) 226.22º 0.63% 0.92% -
XYZ 25.41 21.35 80.62 -
YUV 122.83 190.74 101.73 -
System Red Green Blue C M Y K H S L
Decimal 86 120 234 0.63 0.49 0 0.08 226.22 0.78 0.63
Hex 56 78 EA 3F 31 0 8 E2 4E 3F
Octal 126 170 352 77 61 0 10 342 116 77
Binary 1010110 1111000 11101010 111111 110001 0 1000 11100010 1001110 111111

Color Harmonies of #5678EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5678EA

Black with #5678EA

Text Example


Text Example

White with #5678EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5678EA; }

 p { color: rgb(86,120,234); }

 H1.HeaderClassName
 {
   color: #5678EA;
 }
 .AnyTagClassName
 {
   color: #5678EA;
 }
</style>

background-color css

<style>
 a { background-color: #5678EA; }

 a { background-color: rgb(86,120,234); }

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

border-color css

<style>
 span { border-color: #5678EA; }

 span { border-color: rgb(86,120,234); }

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