Html Css Color HEX #5361DF Royal Blue

📋 copy color: '#5361DF'

red 83 ◦ green 97 ◦ blue 223

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

Shades of Royal Blue #5361DF

Tints of Royal Blue #5361DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 20.6%
G = 24.07%
B = 55.33%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5361DF (or 0x5361DF) is known color: Royal Blue. HEX triplet: 53, 61 and DF. RGB value is (83,97,223). Sum of RGB (Red+Green+Blue) = 83+97+223=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #5361DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361DF is #AC9E20. Grayscale: #6A6A6A. Windows color (decimal): -11312673 or 14639443. OLE color: 14639443.

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

Color convert

RGB 83 97 223 -
CMYK 0.63 0.57 0 0.13
HSL 234º 0.69% 0.6% -
HSV(B) 234º 0.63% 0.87% -
XYZ 21.16 15.72 71.73 -
YUV 107.18 193.36 110.75 -
System Red Green Blue C M Y K H S L
Decimal 83 97 223 0.63 0.57 0 0.13 234 0.69 0.6
Hex 53 61 DF 3F 39 0 D EA 45 3C
Octal 123 141 337 77 71 0 15 352 105 74
Binary 1010011 1100001 11011111 111111 111001 0 1101 11101010 1000101 111100

Color Harmonies of #5361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5361DF

Black with #5361DF

Text Example


Text Example

White with #5361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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