Html Css Color HEX #5A78EB Royal Blue

📋 copy color: '#5A78EB'

red 90 ◦ green 120 ◦ blue 235

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

Shades of Royal Blue #5A78EB

Tints of Royal Blue #5A78EB

RGB

 RED value IS 90 (35.55% from 255) = 20.22%

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 20.22%
G = 26.97%
B = 52.81%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A78EB (or 0x5A78EB) is known color: Royal Blue. HEX triplet: 5A, 78 and EB. RGB value is (90,120,235). Sum of RGB (Red+Green+Blue) = 90+120+235=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A78EB is #A58714. Grayscale: #7B7B7B. Windows color (decimal): -10848021 or 15431770. OLE color: 15431770.

HSL color Cylindrical-coordinate representation of color #5A78EB: hue angle of 227.59º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A78EB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 120 235 -
CMYK 0.62 0.49 0 0.08
HSL 227.59º 0.78% 0.64% -
HSV(B) 227.59º 0.62% 0.92% -
XYZ 25.93 21.6 81.4 -
YUV 124.14 190.56 103.65 -
System Red Green Blue C M Y K H S L
Decimal 90 120 235 0.62 0.49 0 0.08 227.59 0.78 0.64
Hex 5A 78 EB 3E 31 0 8 E4 4E 40
Octal 132 170 353 76 61 0 10 344 116 100
Binary 1011010 1111000 11101011 111110 110001 0 1000 11100100 1001110 1000000

Color Harmonies of #5A78EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78EB

Black with #5A78EB

Text Example


Text Example

White with #5A78EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,235); }

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

background-color css

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

 a { background-color: rgb(90,120,235); }

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

border-color css

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

 span { border-color: rgb(90,120,235); }

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