#5a78db

Color #5A78DB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5A78DB

Tints of Royal Blue #5A78DB

Color information

#5A78DB (or 0x5A78DB) is unknown color: approx Royal Blue. HEX triplet: 5A, 78 and DB. RGB value is (90,120,219). Sum of RGB (Red+Green+Blue) = 90+120+219=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78DB is #A58724. Grayscale: #797979. Windows color (decimal): -10848037 or 14383194. OLE color: 14383194.

HSL color Cylindrical-coordinate representation of color #5A78DB: hue angle of 226.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A78DB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90120219-
CMYK0.590.4500.14
HSL226.05º64.18%60.59%-
HSV(B)226.05º58.9%85.88%-
XYZ23.7220.7269.77-
YUV122.32182.56104.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=20.98%
G=27.97%
B=51.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal901202190.590.4500.14226.0564.1860.59
Hex5A78DB3B2D0Ee2403d
Octal132170333735501634210075
Binary101101011110001101101111101110110101110111000101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a78db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5a78db;
 }
 .AnyTagClassName
 {
   color: #5a78db;
 }
</style>
background-color css

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

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

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

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

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

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