Html Css Color HEX #5672EA Royal Blue

📋 copy color: '#5672EA'

red 86 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #5672EA

Tints of Royal Blue #5672EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

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

R = 19.82%
G = 26.27%
B = 53.92%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5672EA (or 0x5672EA) is known color: Royal Blue. HEX triplet: 56, 72 and EA. RGB value is (86,114,234). Sum of RGB (Red+Green+Blue) = 86+114+234=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #5672EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672EA is #A98D15. Grayscale: #767676. Windows color (decimal): -11111702 or 15364694. OLE color: 15364694.

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

Color convert

RGB 86 114 234 -
CMYK 0.63 0.51 0 0.08
HSL 228.65º 0.78% 0.63% -
HSV(B) 228.65º 0.63% 0.92% -
XYZ 24.71 19.95 80.39 -
YUV 119.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 86 114 234 0.63 0.51 0 0.08 228.65 0.78 0.63
Hex 56 72 EA 3F 33 0 8 E5 4E 3F
Octal 126 162 352 77 63 0 10 345 116 77
Binary 1010110 1110010 11101010 111111 110011 0 1000 11100101 1001110 111111

Color Harmonies of #5672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5672EA

Black with #5672EA

Text Example


Text Example

White with #5672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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