Html Css Color HEX #5378FF Royal Blue

📋 copy color: '#5378FF'

red 83 ◦ green 120 ◦ blue 255

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

Shades of Royal Blue #5378FF

Tints of Royal Blue #5378FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 18.12%
G = 26.2%
B = 55.68%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5378FF (or 0x5378FF) is known color: Royal Blue. HEX triplet: 53, 78 and FF. RGB value is (83,120,255). Sum of RGB (Red+Green+Blue) = 83+120+255=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5378FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378FF is #AC8700. Grayscale: #7B7B7B. Windows color (decimal): -11306753 or 16742483. OLE color: 16742483.

HSL color Cylindrical-coordinate representation of color #5378FF: hue angle of 227.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5378FF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 120 255 -
CMYK 0.67 0.53 0 0
HSL 227.09º 1% 0.66% -
HSV(B) 227.09º 0.67% 1% -
XYZ 28.33 22.49 97.46 -
YUV 124.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 83 120 255 0.67 0.53 0 0 227.09 1 0.66
Hex 53 78 FF 43 35 0 0 E3 64 42
Octal 123 170 377 103 65 0 0 343 144 102
Binary 1010011 1111000 11111111 1000011 110101 0 0 11100011 1100100 1000010

Color Harmonies of #5378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378FF

Black with #5378FF

Text Example


Text Example

White with #5378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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