Html Css Color HEX #5A74FD Royal Blue

📋 copy color: '#5A74FD'

red 90 ◦ green 116 ◦ blue 253

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

Shades of Royal Blue #5A74FD

Tints of Royal Blue #5A74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 19.61%
G = 25.27%
B = 55.12%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A74FD (or 0x5A74FD) is known color: Royal Blue. HEX triplet: 5A, 74 and FD. RGB value is (90,116,253). Sum of RGB (Red+Green+Blue) = 90+116+253=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A74FD is #A58B02. Grayscale: #7B7B7B. Windows color (decimal): -10849027 or 16610394. OLE color: 16610394.

HSL color Cylindrical-coordinate representation of color #5A74FD: hue angle of 230.43º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A74FD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 116 253 -
CMYK 0.64 0.54 0 0.01
HSL 230.43º 0.98% 0.67% -
HSV(B) 230.43º 0.64% 0.99% -
XYZ 28.19 21.76 95.64 -
YUV 123.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 90 116 253 0.64 0.54 0 0.01 230.43 0.98 0.67
Hex 5A 74 FD 40 36 0 1 E6 62 43
Octal 132 164 375 100 66 0 1 346 142 103
Binary 1011010 1110100 11111101 1000000 110110 0 1 11100110 1100010 1000011

Color Harmonies of #5A74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74FD

Black with #5A74FD

Text Example


Text Example

White with #5A74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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