Html Css Color HEX #5378DC Royal Blue

📋 copy color: '#5378DC'

red 83 ◦ green 120 ◦ blue 220

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

Shades of Royal Blue #5378DC

Tints of Royal Blue #5378DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 19.62%
G = 28.37%
B = 52.01%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5378DC (or 0x5378DC) is known color: Royal Blue. HEX triplet: 53, 78 and DC. RGB value is (83,120,220). Sum of RGB (Red+Green+Blue) = 83+120+220=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5378DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378DC is #AC8723. Grayscale: #777777. Windows color (decimal): -11306788 or 14448723. OLE color: 14448723.

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

Color convert

RGB 83 120 220 -
CMYK 0.62 0.45 0 0.14
HSL 223.8º 0.66% 0.59% -
HSV(B) 223.8º 0.62% 0.86% -
XYZ 23.2 20.44 70.43 -
YUV 120.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 83 120 220 0.62 0.45 0 0.14 223.8 0.66 0.59
Hex 53 78 DC 3E 2D 0 E E0 42 3B
Octal 123 170 334 76 55 0 16 340 102 73
Binary 1010011 1111000 11011100 111110 101101 0 1110 11100000 1000010 111011

Color Harmonies of #5378DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378DC

Black with #5378DC

Text Example


Text Example

White with #5378DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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