Html Css Color HEX #5671EF Royal Blue

📋 copy color: '#5671EF'

red 86 ◦ green 113 ◦ blue 239

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

Shades of Royal Blue #5671EF

Tints of Royal Blue #5671EF

RGB

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

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

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

R = 19.63%
G = 25.8%
B = 54.57%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5671EF (or 0x5671EF) is known color: Royal Blue. HEX triplet: 56, 71 and EF. RGB value is (86,113,239). Sum of RGB (Red+Green+Blue) = 86+113+239=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5671EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671EF is #A98E10. Grayscale: #767676. Windows color (decimal): -11111953 or 15692118. OLE color: 15692118.

HSL color Cylindrical-coordinate representation of color #5671EF: hue angle of 229.41º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5671EF is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 113 239 -
CMYK 0.64 0.53 0 0.06
HSL 229.41º 0.83% 0.64% -
HSV(B) 229.41º 0.64% 0.94% -
XYZ 25.32 20.02 84.19 -
YUV 119.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 86 113 239 0.64 0.53 0 0.06 229.41 0.83 0.64
Hex 56 71 EF 40 35 0 6 E5 53 40
Octal 126 161 357 100 65 0 6 345 123 100
Binary 1010110 1110001 11101111 1000000 110101 0 110 11100101 1010011 1000000

Color Harmonies of #5671EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671EF

Black with #5671EF

Text Example


Text Example

White with #5671EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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