Html Css Color HEX #5C78E7 Royal Blue

📋 copy color: '#5C78E7'

red 92 ◦ green 120 ◦ blue 231

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

Shades of Royal Blue #5C78E7

Tints of Royal Blue #5C78E7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.09%

 BLUE value IS 231 (90.63% from 255) = 52.14%

R = 20.77%
G = 27.09%
B = 52.14%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5C78E7 (or 0x5C78E7) is known color: Royal Blue. HEX triplet: 5C, 78 and E7. RGB value is (92,120,231). Sum of RGB (Red+Green+Blue) = 92+120+231=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #5C78E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C78E7 is #A38718. Grayscale: #7B7B7B. Windows color (decimal): -10716953 or 15169628. OLE color: 15169628.

HSL color Cylindrical-coordinate representation of color #5C78E7: hue angle of 227.91º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C78E7 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 92 120 231 -
CMYK 0.60 0.48 0 0.09
HSL 227.91º 0.74% 0.63% -
HSV(B) 227.91º 0.6% 0.91% -
XYZ 25.55 21.48 78.4 -
YUV 124.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 92 120 231 0.60 0.48 0 0.09 227.91 0.74 0.63
Hex 5C 78 E7 3C 30 0 9 E4 4A 3F
Octal 134 170 347 74 60 0 11 344 112 77
Binary 1011100 1111000 11100111 111100 110000 0 1001 11100100 1001010 111111

Color Harmonies of #5C78E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C78E7

Black with #5C78E7

Text Example


Text Example

White with #5C78E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,120,231); }

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

background-color css

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

 a { background-color: rgb(92,120,231); }

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

border-color css

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

 span { border-color: rgb(92,120,231); }

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