Html Css Color HEX #5360EC Royal Blue

📋 copy color: '#5360EC'

red 83 ◦ green 96 ◦ blue 236

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

Shades of Royal Blue #5360EC

Tints of Royal Blue #5360EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 20%
G = 23.13%
B = 56.87%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5360EC (or 0x5360EC) is known color: Royal Blue. HEX triplet: 53, 60 and EC. RGB value is (83,96,236). Sum of RGB (Red+Green+Blue) = 83+96+236=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #5360EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360EC is #AC9F13. Grayscale: #6B6B6B. Windows color (decimal): -11312916 or 15491155. OLE color: 15491155.

HSL color Cylindrical-coordinate representation of color #5360EC: hue angle of 234.9º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5360EC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 96 236 -
CMYK 0.65 0.59 0 0.07
HSL 234.9º 0.8% 0.63% -
HSV(B) 234.9º 0.65% 0.93% -
XYZ 22.89 16.26 81.29 -
YUV 108.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 83 96 236 0.65 0.59 0 0.07 234.9 0.8 0.63
Hex 53 60 EC 41 3B 0 7 EB 50 3F
Octal 123 140 354 101 73 0 7 353 120 77
Binary 1010011 1100000 11101100 1000001 111011 0 111 11101011 1010000 111111

Color Harmonies of #5360EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360EC

Black with #5360EC

Text Example


Text Example

White with #5360EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5360EC; }

 p { color: rgb(83,96,236); }

 H1.HeaderClassName
 {
   color: #5360EC;
 }
 .AnyTagClassName
 {
   color: #5360EC;
 }
</style>

background-color css

<style>
 a { background-color: #5360EC; }

 a { background-color: rgb(83,96,236); }

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

border-color css

<style>
 span { border-color: #5360EC; }

 span { border-color: rgb(83,96,236); }

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