Html Css Color HEX #5679EA Royal Blue

📋 copy color: '#5679EA'

red 86 ◦ green 121 ◦ blue 234

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

Shades of Royal Blue #5679EA

Tints of Royal Blue #5679EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 19.5%
G = 27.44%
B = 53.06%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5679EA (or 0x5679EA) is known color: Royal Blue. HEX triplet: 56, 79 and EA. RGB value is (86,121,234). Sum of RGB (Red+Green+Blue) = 86+121+234=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #5679EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679EA is #A98615. Grayscale: #7A7A7A. Windows color (decimal): -11109910 or 15366486. OLE color: 15366486.

HSL color Cylindrical-coordinate representation of color #5679EA: hue angle of 225.81º 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 #5679EA is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 121 234 -
CMYK 0.63 0.48 0 0.08
HSL 225.81º 0.78% 0.63% -
HSV(B) 225.81º 0.63% 0.92% -
XYZ 25.53 21.59 80.66 -
YUV 123.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 86 121 234 0.63 0.48 0 0.08 225.81 0.78 0.63
Hex 56 79 EA 3F 30 0 8 E2 4E 3F
Octal 126 171 352 77 60 0 10 342 116 77
Binary 1010110 1111001 11101010 111111 110000 0 1000 11100010 1001110 111111

Color Harmonies of #5679EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679EA

Black with #5679EA

Text Example


Text Example

White with #5679EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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