Html Css Color HEX #5A78EA Royal Blue

📋 copy color: '#5A78EA'

red 90 ◦ green 120 ◦ blue 234

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

Shades of Royal Blue #5A78EA

Tints of Royal Blue #5A78EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 20.27%
G = 27.03%
B = 52.7%

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

#5A78EA (or 0x5A78EA) is known color: Royal Blue. HEX triplet: 5A, 78 and EA. RGB value is (90,120,234). Sum of RGB (Red+Green+Blue) = 90+120+234=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A78EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A78EA is #A58715. Grayscale: #7B7B7B. Windows color (decimal): -10848022 or 15366234. OLE color: 15366234.

HSL color Cylindrical-coordinate representation of color #5A78EA: hue angle of 227.5º degrees, saturation: 0.77, 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 #5A78EA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 120 234 -
CMYK 0.62 0.49 0 0.08
HSL 227.5º 0.77% 0.64% -
HSV(B) 227.5º 0.62% 0.92% -
XYZ 25.78 21.55 80.64 -
YUV 124.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 90 120 234 0.62 0.49 0 0.08 227.5 0.77 0.64
Hex 5A 78 EA 3E 31 0 8 E4 4D 40
Octal 132 170 352 76 61 0 10 344 115 100
Binary 1011010 1111000 11101010 111110 110001 0 1000 11100100 1001101 1000000

Color Harmonies of #5A78EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78EA

Black with #5A78EA

Text Example


Text Example

White with #5A78EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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