Html Css Color HEX #5671CF Royal Blue

📋 copy color: '#5671CF'

red 86 ◦ green 113 ◦ blue 207

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

Shades of Royal Blue #5671CF

Tints of Royal Blue #5671CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 21.18%
G = 27.83%
B = 50.99%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5671CF (or 0x5671CF) is known color: Royal Blue. HEX triplet: 56, 71 and CF. RGB value is (86,113,207). Sum of RGB (Red+Green+Blue) = 86+113+207=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #5671CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5671CF is #A98E30. Grayscale: #737373. Windows color (decimal): -11111985 or 13594966. OLE color: 13594966.

HSL color Cylindrical-coordinate representation of color #5671CF: hue angle of 226.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5671CF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 113 207 -
CMYK 0.58 0.45 0 0.19
HSL 226.61º 0.56% 0.57% -
HSV(B) 226.61º 0.58% 0.81% -
XYZ 21.01 18.29 61.46 -
YUV 115.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 86 113 207 0.58 0.45 0 0.19 226.61 0.56 0.57
Hex 56 71 CF 3A 2D 0 13 E3 38 39
Octal 126 161 317 72 55 0 23 343 70 71
Binary 1010110 1110001 11001111 111010 101101 0 10011 11100011 111000 111001

Color Harmonies of #5671CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671CF

Black with #5671CF

Text Example


Text Example

White with #5671CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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