Html Css Color HEX #5671FA Royal Blue

📋 copy color: '#5671FA'

red 86 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #5671FA

Tints of Royal Blue #5671FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 19.15%
G = 25.17%
B = 55.68%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5671FA (or 0x5671FA) is known color: Royal Blue. HEX triplet: 56, 71 and FA. RGB value is (86,113,250). Sum of RGB (Red+Green+Blue) = 86+113+250=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #5671FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671FA is #A98E05. Grayscale: #777777. Windows color (decimal): -11111942 or 16413014. OLE color: 16413014.

HSL color Cylindrical-coordinate representation of color #5671FA: hue angle of 230.12º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5671FA is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 113 250 -
CMYK 0.66 0.55 0 0.02
HSL 230.12º 0.94% 0.66% -
HSV(B) 230.12º 0.66% 0.98% -
XYZ 27 20.69 93.01 -
YUV 120.55 201.05 103.36 -
System Red Green Blue C M Y K H S L
Decimal 86 113 250 0.66 0.55 0 0.02 230.12 0.94 0.66
Hex 56 71 FA 42 37 0 2 E6 5E 42
Octal 126 161 372 102 67 0 2 346 136 102
Binary 1010110 1110001 11111010 1000010 110111 0 10 11100110 1011110 1000010

Color Harmonies of #5671FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671FA

Black with #5671FA

Text Example


Text Example

White with #5671FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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