Html Css Color HEX #5A71DB Royal Blue

📋 copy color: '#5A71DB'

red 90 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #5A71DB

Tints of Royal Blue #5A71DB

RGB

 RED value IS 90 (35.55% from 255) = 21.33%

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 21.33%
G = 26.78%
B = 51.9%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A71DB (or 0x5A71DB) is known color: Royal Blue. HEX triplet: 5A, 71 and DB. RGB value is (90,113,219). Sum of RGB (Red+Green+Blue) = 90+113+219=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A71DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71DB is #A58E24. Grayscale: #757575. Windows color (decimal): -10849829 or 14381402. OLE color: 14381402.

HSL color Cylindrical-coordinate representation of color #5A71DB: hue angle of 229.3º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A71DB is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 113 219 -
CMYK 0.59 0.48 0 0.14
HSL 229.3º 0.64% 0.61% -
HSV(B) 229.3º 0.59% 0.86% -
XYZ 22.91 19.1 69.5 -
YUV 118.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 90 113 219 0.59 0.48 0 0.14 229.3 0.64 0.61
Hex 5A 71 DB 3B 30 0 E E5 40 3D
Octal 132 161 333 73 60 0 16 345 100 75
Binary 1011010 1110001 11011011 111011 110000 0 1110 11100101 1000000 111101

Color Harmonies of #5A71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A71DB

Black with #5A71DB

Text Example


Text Example

White with #5A71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A71DB; }

 p { color: rgb(90,113,219); }

 H1.HeaderClassName
 {
   color: #5A71DB;
 }
 .AnyTagClassName
 {
   color: #5A71DB;
 }
</style>

background-color css

<style>
 a { background-color: #5A71DB; }

 a { background-color: rgb(90,113,219); }

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

border-color css

<style>
 span { border-color: #5A71DB; }

 span { border-color: rgb(90,113,219); }

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