Html Css Color HEX #5C73EF Royal Blue

📋 copy color: '#5C73EF'

red 92 ◦ green 115 ◦ blue 239

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

Shades of Royal Blue #5C73EF

Tints of Royal Blue #5C73EF

RGB

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

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

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

R = 20.63%
G = 25.78%
B = 53.59%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C73EF (or 0x5C73EF) is known color: Royal Blue. HEX triplet: 5C, 73 and EF. RGB value is (92,115,239). Sum of RGB (Red+Green+Blue) = 92+115+239=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C73EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C73EF is #A38C10. Grayscale: #797979. Windows color (decimal): -10718225 or 15692636. OLE color: 15692636.

HSL color Cylindrical-coordinate representation of color #5C73EF: hue angle of 230.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C73EF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 115 239 -
CMYK 0.62 0.52 0 0.06
HSL 230.61º 0.82% 0.65% -
HSV(B) 230.61º 0.62% 0.94% -
XYZ 26.12 20.77 84.29 -
YUV 122.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 92 115 239 0.62 0.52 0 0.06 230.61 0.82 0.65
Hex 5C 73 EF 3E 34 0 6 E7 52 41
Octal 134 163 357 76 64 0 6 347 122 101
Binary 1011100 1110011 11101111 111110 110100 0 110 11100111 1010010 1000001

Color Harmonies of #5C73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C73EF

Black with #5C73EF

Text Example


Text Example

White with #5C73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,239); }

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

background-color css

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

 a { background-color: rgb(92,115,239); }

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

border-color css

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

 span { border-color: rgb(92,115,239); }

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