Html Css Color HEX #5378FA Royal Blue

📋 copy color: '#5378FA'

red 83 ◦ green 120 ◦ blue 250

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

Shades of Royal Blue #5378FA

Tints of Royal Blue #5378FA

RGB

 RED value IS 83 (32.81% from 255) = 18.32%

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 18.32%
G = 26.49%
B = 55.19%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5378FA (or 0x5378FA) is known color: Royal Blue. HEX triplet: 53, 78 and FA. RGB value is (83,120,250). Sum of RGB (Red+Green+Blue) = 83+120+250=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #5378FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378FA is #AC8705. Grayscale: #7B7B7B. Windows color (decimal): -11306758 or 16414803. OLE color: 16414803.

HSL color Cylindrical-coordinate representation of color #5378FA: hue angle of 226.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5378FA is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 120 250 -
CMYK 0.67 0.52 0 0.02
HSL 226.71º 0.94% 0.65% -
HSV(B) 226.71º 0.67% 0.98% -
XYZ 27.54 22.17 93.27 -
YUV 123.76 199.24 98.93 -
System Red Green Blue C M Y K H S L
Decimal 83 120 250 0.67 0.52 0 0.02 226.71 0.94 0.65
Hex 53 78 FA 43 34 0 2 E3 5E 41
Octal 123 170 372 103 64 0 2 343 136 101
Binary 1010011 1111000 11111010 1000011 110100 0 10 11100011 1011110 1000001

Color Harmonies of #5378FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378FA

Black with #5378FA

Text Example


Text Example

White with #5378FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5378FA;
 }
 .AnyTagClassName
 {
   color: #5378FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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