Html Css Color HEX #5369E0 Royal Blue

📋 copy color: '#5369E0'

red 83 ◦ green 105 ◦ blue 224

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

Shades of Royal Blue #5369E0

Tints of Royal Blue #5369E0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 224 (87.89% from 255) = 54.37%

R = 20.15%
G = 25.49%
B = 54.37%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5369E0 (or 0x5369E0) is known color: Royal Blue. HEX triplet: 53, 69 and E0. RGB value is (83,105,224). Sum of RGB (Red+Green+Blue) = 83+105+224=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #5369E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369E0 is #AC961F. Grayscale: #6F6F6F. Windows color (decimal): -11310624 or 14707027. OLE color: 14707027.

HSL color Cylindrical-coordinate representation of color #5369E0: hue angle of 230.64º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5369E0 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 105 224 -
CMYK 0.63 0.53 0 0.12
HSL 230.64º 0.69% 0.6% -
HSV(B) 230.64º 0.63% 0.88% -
XYZ 22.07 17.32 72.7 -
YUV 111.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 83 105 224 0.63 0.53 0 0.12 230.64 0.69 0.6
Hex 53 69 E0 3F 35 0 C E7 45 3C
Octal 123 151 340 77 65 0 14 347 105 74
Binary 1010011 1101001 11100000 111111 110101 0 1100 11100111 1000101 111100

Color Harmonies of #5369E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5369E0

Black with #5369E0

Text Example


Text Example

White with #5369E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5369E0; }

 p { color: rgb(83,105,224); }

 H1.HeaderClassName
 {
   color: #5369E0;
 }
 .AnyTagClassName
 {
   color: #5369E0;
 }
</style>

background-color css

<style>
 a { background-color: #5369E0; }

 a { background-color: rgb(83,105,224); }

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

border-color css

<style>
 span { border-color: #5369E0; }

 span { border-color: rgb(83,105,224); }

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