Html Css Color HEX #5671ED Royal Blue

📋 copy color: '#5671ED'

red 86 ◦ green 113 ◦ blue 237

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

Shades of Royal Blue #5671ED

Tints of Royal Blue #5671ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 19.72%
G = 25.92%
B = 54.36%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5671ED (or 0x5671ED) is known color: Royal Blue. HEX triplet: 56, 71 and ED. RGB value is (86,113,237). Sum of RGB (Red+Green+Blue) = 86+113+237=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #5671ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671ED is #A98E12. Grayscale: #767676. Windows color (decimal): -11111955 or 15561046. OLE color: 15561046.

HSL color Cylindrical-coordinate representation of color #5671ED: hue angle of 229.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5671ED is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 113 237 -
CMYK 0.64 0.52 0 0.07
HSL 229.27º 0.81% 0.63% -
HSV(B) 229.27º 0.64% 0.93% -
XYZ 25.03 19.9 82.64 -
YUV 119.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 86 113 237 0.64 0.52 0 0.07 229.27 0.81 0.63
Hex 56 71 ED 40 34 0 7 E5 51 3F
Octal 126 161 355 100 64 0 7 345 121 77
Binary 1010110 1110001 11101101 1000000 110100 0 111 11100101 1010001 111111

Color Harmonies of #5671ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671ED

Black with #5671ED

Text Example


Text Example

White with #5671ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5671ED; }

 p { color: rgb(86,113,237); }

 H1.HeaderClassName
 {
   color: #5671ED;
 }
 .AnyTagClassName
 {
   color: #5671ED;
 }
</style>

background-color css

<style>
 a { background-color: #5671ED; }

 a { background-color: rgb(86,113,237); }

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

border-color css

<style>
 span { border-color: #5671ED; }

 span { border-color: rgb(86,113,237); }

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