#5378F2

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

Shades of Royal Blue #5378F2

Tints of Royal Blue #5378F2

Color information

#5378F2 (or 0x5378F2) is unknown color: approx Royal Blue. HEX triplet: 53, 78 and F2. RGB value is (83,120,242). Sum of RGB (Red+Green+Blue) = 83+120+242=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #5378F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378F2 is #AC870D. Grayscale: #7A7A7A. Windows color (decimal): -11306766 or 15890515. OLE color: 15890515.

HSL color Cylindrical-coordinate representation of color #5378F2: hue angle of 226.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5378F2 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83120242-
CMYK0.660.5000.05
HSL226.04º85.95%63.73%-
HSV(B)226.04º65.7%94.9%-
XYZ26.3121.6886.8-
YUV122.84195.2499.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 242 (94.92% from 255) = 54.38%
R=18.65%
G=26.97%
B=54.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831202420.660.5000.05226.0485.9563.73
Hex5378F2423205e25640
Octal1231703621026205342126100
Binary1010011111100011110010100001011001001011110001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5378F2; }

 p { color: rgb(83,120,242); }

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

<style>
 a { background-color: #5378F2; }

 a { background-color: rgb(83,120,242); }

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

<style>
 span { border-color: #5378F2; }

 span { border-color: rgb(83,120,242); }

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