Html Css Color HEX #5365DE Royal Blue

📋 copy color: '#5365DE'

red 83 ◦ green 101 ◦ blue 222

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

Shades of Royal Blue #5365DE

Tints of Royal Blue #5365DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 20.44%
G = 24.88%
B = 54.68%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5365DE (or 0x5365DE) is known color: Royal Blue. HEX triplet: 53, 65 and DE. RGB value is (83,101,222). Sum of RGB (Red+Green+Blue) = 83+101+222=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #5365DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365DE is #AC9A21. Grayscale: #6C6C6C. Windows color (decimal): -11311650 or 14574931. OLE color: 14574931.

HSL color Cylindrical-coordinate representation of color #5365DE: hue angle of 232.23º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5365DE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 101 222 -
CMYK 0.63 0.55 0 0.13
HSL 232.23º 0.68% 0.6% -
HSV(B) 232.23º 0.63% 0.87% -
XYZ 21.41 16.42 71.15 -
YUV 109.41 191.54 109.16 -
System Red Green Blue C M Y K H S L
Decimal 83 101 222 0.63 0.55 0 0.13 232.23 0.68 0.6
Hex 53 65 DE 3F 37 0 D E8 44 3C
Octal 123 145 336 77 67 0 15 350 104 74
Binary 1010011 1100101 11011110 111111 110111 0 1101 11101000 1000100 111100

Color Harmonies of #5365DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5365DE

Black with #5365DE

Text Example


Text Example

White with #5365DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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