Html Css Color HEX #5A74DD Royal Blue

📋 copy color: '#5A74DD'

red 90 ◦ green 116 ◦ blue 221

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

Shades of Royal Blue #5A74DD

Tints of Royal Blue #5A74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 21.08%
G = 27.17%
B = 51.76%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A74DD (or 0x5A74DD) is known color: Royal Blue. HEX triplet: 5A, 74 and DD. RGB value is (90,116,221). Sum of RGB (Red+Green+Blue) = 90+116+221=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A74DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A74DD is #A58B22. Grayscale: #777777. Windows color (decimal): -10849059 or 14513242. OLE color: 14513242.

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

Color convert

RGB 90 116 221 -
CMYK 0.59 0.48 0 0.13
HSL 228.09º 0.66% 0.61% -
HSV(B) 228.09º 0.59% 0.87% -
XYZ 23.51 19.88 71.01 -
YUV 120.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 90 116 221 0.59 0.48 0 0.13 228.09 0.66 0.61
Hex 5A 74 DD 3B 30 0 D E4 42 3D
Octal 132 164 335 73 60 0 15 344 102 75
Binary 1011010 1110100 11011101 111011 110000 0 1101 11100100 1000010 111101

Color Harmonies of #5A74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74DD

Black with #5A74DD

Text Example


Text Example

White with #5A74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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