Html Css Color HEX #5C71FC Royal Blue

📋 copy color: '#5C71FC'

red 92 ◦ green 113 ◦ blue 252

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

Shades of Royal Blue #5C71FC

Tints of Royal Blue #5C71FC

RGB

 RED value IS 92 (36.33% from 255) = 20.13%

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 20.13%
G = 24.73%
B = 55.14%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C71FC (or 0x5C71FC) is known color: Royal Blue. HEX triplet: 5C, 71 and FC. RGB value is (92,113,252). Sum of RGB (Red+Green+Blue) = 92+113+252=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C71FC is #A38E03. Grayscale: #797979. Windows color (decimal): -10718724 or 16544092. OLE color: 16544092.

HSL color Cylindrical-coordinate representation of color #5C71FC: hue angle of 232.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C71FC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 113 252 -
CMYK 0.63 0.55 0 0.01
HSL 232.13º 0.96% 0.67% -
HSV(B) 232.13º 0.63% 0.99% -
XYZ 27.89 21.11 94.7 -
YUV 122.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 92 113 252 0.63 0.55 0 0.01 232.13 0.96 0.67
Hex 5C 71 FC 3F 37 0 1 E8 60 43
Octal 134 161 374 77 67 0 1 350 140 103
Binary 1011100 1110001 11111100 111111 110111 0 1 11101000 1100000 1000011

Color Harmonies of #5C71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C71FC

Black with #5C71FC

Text Example


Text Example

White with #5C71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C71FC; }

 p { color: rgb(92,113,252); }

 H1.HeaderClassName
 {
   color: #5C71FC;
 }
 .AnyTagClassName
 {
   color: #5C71FC;
 }
</style>

background-color css

<style>
 a { background-color: #5C71FC; }

 a { background-color: rgb(92,113,252); }

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

border-color css

<style>
 span { border-color: #5C71FC; }

 span { border-color: rgb(92,113,252); }

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