Html Css Color HEX #5A75FD Royal Blue

📋 copy color: '#5A75FD'

red 90 ◦ green 117 ◦ blue 253

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

Shades of Royal Blue #5A75FD

Tints of Royal Blue #5A75FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 19.57%
G = 25.43%
B = 55%

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

#5A75FD (or 0x5A75FD) is known color: Royal Blue. HEX triplet: 5A, 75 and FD. RGB value is (90,117,253). Sum of RGB (Red+Green+Blue) = 90+117+253=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A75FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A75FD is #A58A02. Grayscale: #7B7B7B. Windows color (decimal): -10848771 or 16610650. OLE color: 16610650.

HSL color Cylindrical-coordinate representation of color #5A75FD: hue angle of 230.06º 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 #5A75FD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 117 253 -
CMYK 0.64 0.54 0 0.01
HSL 230.06º 0.98% 0.67% -
HSV(B) 230.06º 0.64% 0.99% -
XYZ 28.31 21.99 95.68 -
YUV 124.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 90 117 253 0.64 0.54 0 0.01 230.06 0.98 0.67
Hex 5A 75 FD 40 36 0 1 E6 62 43
Octal 132 165 375 100 66 0 1 346 142 103
Binary 1011010 1110101 11111101 1000000 110110 0 1 11100110 1100010 1000011

Color Harmonies of #5A75FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A75FD

Black with #5A75FD

Text Example


Text Example

White with #5A75FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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