#5E78DB

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

Shades of Royal Blue #5E78DB

Tints of Royal Blue #5E78DB

Color information

#5E78DB (or 0x5E78DB) is unknown color: approx Royal Blue. HEX triplet: 5E, 78 and DB. RGB value is (94,120,219). Sum of RGB (Red+Green+Blue) = 94+120+219=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E78DB is #A18724. Grayscale: #7B7B7B. Windows color (decimal): -10585893 or 14383198. OLE color: 14383198.

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

Color convert

RGB94120219-
CMYK0.570.4500.14
HSL227.52º63.45%61.37%-
HSV(B)227.52º57.08%85.88%-
XYZ24.1220.9369.79-
YUV123.51181.89106.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.71%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 219 (85.94% from 255) = 50.58%
R=21.71%
G=27.71%
B=50.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941202190.570.4500.14227.5263.4561.37
Hex5E78DB392D0Ee43f3d
Octal13617033371550163447775
Binary10111101111000110110111110011011010111011100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E78DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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