Html Css Color HEX #5378EF Royal Blue

📋 copy color: '#5378EF'

red 83 ◦ green 120 ◦ blue 239

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

Shades of Royal Blue #5378EF

Tints of Royal Blue #5378EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 18.78%
G = 27.15%
B = 54.07%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5378EF (or 0x5378EF) is known color: Royal Blue. HEX triplet: 53, 78 and EF. RGB value is (83,120,239). Sum of RGB (Red+Green+Blue) = 83+120+239=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #5378EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378EF is #AC8710. Grayscale: #797979. Windows color (decimal): -11306769 or 15693907. OLE color: 15693907.

HSL color Cylindrical-coordinate representation of color #5378EF: hue angle of 225.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5378EF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 120 239 -
CMYK 0.65 0.50 0 0.06
HSL 225.77º 0.83% 0.63% -
HSV(B) 225.77º 0.65% 0.94% -
XYZ 25.86 21.5 84.45 -
YUV 122.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 83 120 239 0.65 0.50 0 0.06 225.77 0.83 0.63
Hex 53 78 EF 41 32 0 6 E2 53 3F
Octal 123 170 357 101 62 0 6 342 123 77
Binary 1010011 1111000 11101111 1000001 110010 0 110 11100010 1010011 111111

Color Harmonies of #5378EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378EF

Black with #5378EF

Text Example


Text Example

White with #5378EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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