Html Css Color HEX #5D71DB Royal Blue

📋 copy color: '#5D71DB'

red 93 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #5D71DB

Tints of Royal Blue #5D71DB

RGB

 RED value IS 93 (36.72% from 255) = 21.88%

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

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

R = 21.88%
G = 26.59%
B = 51.53%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D71DB (or 0x5D71DB) is known color: Royal Blue. HEX triplet: 5D, 71 and DB. RGB value is (93,113,219). Sum of RGB (Red+Green+Blue) = 93+113+219=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D71DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D71DB is #A28E24. Grayscale: #767676. Windows color (decimal): -10653221 or 14381405. OLE color: 14381405.

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

Color convert

RGB 93 113 219 -
CMYK 0.58 0.48 0 0.14
HSL 230.48º 0.64% 0.61% -
HSV(B) 230.48º 0.58% 0.86% -
XYZ 23.21 19.25 69.51 -
YUV 119.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 93 113 219 0.58 0.48 0 0.14 230.48 0.64 0.61
Hex 5D 71 DB 3A 30 0 E E6 40 3D
Octal 135 161 333 72 60 0 16 346 100 75
Binary 1011101 1110001 11011011 111010 110000 0 1110 11100110 1000000 111101

Color Harmonies of #5D71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D71DB

Black with #5D71DB

Text Example


Text Example

White with #5D71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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