Html Css Color HEX #5365EF Royal Blue

📋 copy color: '#5365EF'

red 83 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #5365EF

Tints of Royal Blue #5365EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 19.62%
G = 23.88%
B = 56.5%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5365EF (or 0x5365EF) is known color: Royal Blue. HEX triplet: 53, 65 and EF. RGB value is (83,101,239). Sum of RGB (Red+Green+Blue) = 83+101+239=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5365EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5365EF is #AC9A10. Grayscale: #6E6E6E. Windows color (decimal): -11311633 or 15689043. OLE color: 15689043.

HSL color Cylindrical-coordinate representation of color #5365EF: hue angle of 233.08º 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 #5365EF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 101 239 -
CMYK 0.65 0.58 0 0.06
HSL 233.08º 0.83% 0.63% -
HSV(B) 233.08º 0.65% 0.94% -
XYZ 23.8 17.38 83.76 -
YUV 111.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 83 101 239 0.65 0.58 0 0.06 233.08 0.83 0.63
Hex 53 65 EF 41 3A 0 6 E9 53 3F
Octal 123 145 357 101 72 0 6 351 123 77
Binary 1010011 1100101 11101111 1000001 111010 0 110 11101001 1010011 111111

Color Harmonies of #5365EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5365EF

Black with #5365EF

Text Example


Text Example

White with #5365EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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