Html Css Color HEX #5365DF Royal Blue

📋 copy color: '#5365DF'

red 83 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #5365DF

Tints of Royal Blue #5365DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 20.39%
G = 24.82%
B = 54.79%

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

#5365DF (or 0x5365DF) is known color: Royal Blue. HEX triplet: 53, 65 and DF. RGB value is (83,101,223). Sum of RGB (Red+Green+Blue) = 83+101+223=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5365DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365DF is #AC9A20. Grayscale: #6D6D6D. Windows color (decimal): -11311649 or 14640467. OLE color: 14640467.

HSL color Cylindrical-coordinate representation of color #5365DF: hue angle of 232.29º degrees, saturation: 0.69, 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 #5365DF is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 101 223 -
CMYK 0.63 0.55 0 0.13
HSL 232.29º 0.69% 0.6% -
HSV(B) 232.29º 0.63% 0.87% -
XYZ 21.54 16.47 71.86 -
YUV 109.53 192.04 109.08 -
System Red Green Blue C M Y K H S L
Decimal 83 101 223 0.63 0.55 0 0.13 232.29 0.69 0.6
Hex 53 65 DF 3F 37 0 D E8 45 3C
Octal 123 145 337 77 67 0 15 350 105 74
Binary 1010011 1100101 11011111 111111 110111 0 1101 11101000 1000101 111100

Color Harmonies of #5365DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5365DF

Black with #5365DF

Text Example


Text Example

White with #5365DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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