Html Css Color HEX #5A7ADD Royal Blue

📋 copy color: '#5A7ADD'

red 90 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #5A7ADD

Tints of Royal Blue #5A7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 20.79%
G = 28.18%
B = 51.04%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A7ADD (or 0x5A7ADD) is known color: Royal Blue. HEX triplet: 5A, 7A and DD. RGB value is (90,122,221). Sum of RGB (Red+Green+Blue) = 90+122+221=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7ADD is #A58522. Grayscale: #7B7B7B. Windows color (decimal): -10847523 or 14514778. OLE color: 14514778.

HSL color Cylindrical-coordinate representation of color #5A7ADD: hue angle of 225.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7ADD is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 122 221 -
CMYK 0.59 0.45 0 0.13
HSL 225.34º 0.66% 0.61% -
HSV(B) 225.34º 0.59% 0.87% -
XYZ 24.23 21.31 71.24 -
YUV 123.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 90 122 221 0.59 0.45 0 0.13 225.34 0.66 0.61
Hex 5A 7A DD 3B 2D 0 D E1 42 3D
Octal 132 172 335 73 55 0 15 341 102 75
Binary 1011010 1111010 11011101 111011 101101 0 1101 11100001 1000010 111101

Color Harmonies of #5A7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7ADD

Black with #5A7ADD

Text Example


Text Example

White with #5A7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,122,221); }

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

background-color css

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

 a { background-color: rgb(90,122,221); }

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

border-color css

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

 span { border-color: rgb(90,122,221); }

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