Html Css Color HEX #5673FD Royal Blue

📋 copy color: '#5673FD'

red 86 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #5673FD

Tints of Royal Blue #5673FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 18.94%
G = 25.33%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5673FD (or 0x5673FD) is known color: Royal Blue. HEX triplet: 56, 73 and FD. RGB value is (86,115,253). Sum of RGB (Red+Green+Blue) = 86+115+253=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5673FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5673FD is #A98C02. Grayscale: #797979. Windows color (decimal): -11111427 or 16610134. OLE color: 16610134.

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

Color convert

RGB 86 115 253 -
CMYK 0.66 0.55 0 0.01
HSL 229.58º 0.98% 0.66% -
HSV(B) 229.58º 0.66% 0.99% -
XYZ 27.7 21.33 95.59 -
YUV 122.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 86 115 253 0.66 0.55 0 0.01 229.58 0.98 0.66
Hex 56 73 FD 42 37 0 1 E6 62 42
Octal 126 163 375 102 67 0 1 346 142 102
Binary 1010110 1110011 11111101 1000010 110111 0 1 11100110 1100010 1000010

Color Harmonies of #5673FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673FD

Black with #5673FD

Text Example


Text Example

White with #5673FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5673FD; }

 p { color: rgb(86,115,253); }

 H1.HeaderClassName
 {
   color: #5673FD;
 }
 .AnyTagClassName
 {
   color: #5673FD;
 }
</style>

background-color css

<style>
 a { background-color: #5673FD; }

 a { background-color: rgb(86,115,253); }

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

border-color css

<style>
 span { border-color: #5673FD; }

 span { border-color: rgb(86,115,253); }

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