Html Css Color HEX #5A70DB Royal Blue

📋 copy color: '#5A70DB'

red 90 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #5A70DB

Tints of Royal Blue #5A70DB

RGB

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

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

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

R = 21.38%
G = 26.6%
B = 52.02%

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

#5A70DB (or 0x5A70DB) is known color: Royal Blue. HEX triplet: 5A, 70 and DB. RGB value is (90,112,219). Sum of RGB (Red+Green+Blue) = 90+112+219=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A70DB is #A58F24. Grayscale: #757575. Windows color (decimal): -10850085 or 14381146. OLE color: 14381146.

HSL color Cylindrical-coordinate representation of color #5A70DB: hue angle of 229.77º 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 #5A70DB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 112 219 -
CMYK 0.59 0.49 0 0.14
HSL 229.77º 0.64% 0.61% -
HSV(B) 229.77º 0.59% 0.86% -
XYZ 22.8 18.88 69.46 -
YUV 117.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 90 112 219 0.59 0.49 0 0.14 229.77 0.64 0.61
Hex 5A 70 DB 3B 31 0 E E6 40 3D
Octal 132 160 333 73 61 0 16 346 100 75
Binary 1011010 1110000 11011011 111011 110001 0 1110 11100110 1000000 111101

Color Harmonies of #5A70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A70DB

Black with #5A70DB

Text Example


Text Example

White with #5A70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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