Html Css Color HEX #5970DB Royal Blue

📋 copy color: '#5970DB'

red 89 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #5970DB

Tints of Royal Blue #5970DB

RGB

 RED value IS 89 (35.16% from 255) = 21.19%

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 21.19%
G = 26.67%
B = 52.14%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5970DB (or 0x5970DB) is known color: Royal Blue. HEX triplet: 59, 70 and DB. RGB value is (89,112,219). Sum of RGB (Red+Green+Blue) = 89+112+219=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5970DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970DB is #A68F24. Grayscale: #747474. Windows color (decimal): -10915621 or 14381145. OLE color: 14381145.

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

Color convert

RGB 89 112 219 -
CMYK 0.59 0.49 0 0.14
HSL 229.38º 0.64% 0.6% -
HSV(B) 229.38º 0.59% 0.86% -
XYZ 22.7 18.83 69.46 -
YUV 117.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 89 112 219 0.59 0.49 0 0.14 229.38 0.64 0.6
Hex 59 70 DB 3B 31 0 E E5 40 3C
Octal 131 160 333 73 61 0 16 345 100 74
Binary 1011001 1110000 11011011 111011 110001 0 1110 11100101 1000000 111100

Color Harmonies of #5970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970DB

Black with #5970DB

Text Example


Text Example

White with #5970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5970DB; }

 p { color: rgb(89,112,219); }

 H1.HeaderClassName
 {
   color: #5970DB;
 }
 .AnyTagClassName
 {
   color: #5970DB;
 }
</style>

background-color css

<style>
 a { background-color: #5970DB; }

 a { background-color: rgb(89,112,219); }

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

border-color css

<style>
 span { border-color: #5970DB; }

 span { border-color: rgb(89,112,219); }

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