Html Css Color HEX #5475FD Royal Blue

📋 copy color: '#5475FD'

red 84 ◦ green 117 ◦ blue 253

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

Shades of Royal Blue #5475FD

Tints of Royal Blue #5475FD

RGB

 RED value IS 84 (33.2% from 255) = 18.5%

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

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

R = 18.5%
G = 25.77%
B = 55.73%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5475FD (or 0x5475FD) is known color: Royal Blue. HEX triplet: 54, 75 and FD. RGB value is (84,117,253). Sum of RGB (Red+Green+Blue) = 84+117+253=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5475FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5475FD is #AB8A02. Grayscale: #7A7A7A. Windows color (decimal): -11241987 or 16610644. OLE color: 16610644.

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

Color convert

RGB 84 117 253 -
CMYK 0.67 0.54 0 0.01
HSL 228.28º 0.98% 0.66% -
HSV(B) 228.28º 0.67% 0.99% -
XYZ 27.75 21.7 95.65 -
YUV 122.64 201.57 100.44 -
System Red Green Blue C M Y K H S L
Decimal 84 117 253 0.67 0.54 0 0.01 228.28 0.98 0.66
Hex 54 75 FD 43 36 0 1 E4 62 42
Octal 124 165 375 103 66 0 1 344 142 102
Binary 1010100 1110101 11111101 1000011 110110 0 1 11100100 1100010 1000010

Color Harmonies of #5475FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5475FD

Black with #5475FD

Text Example


Text Example

White with #5475FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5475FD; }

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

 H1.HeaderClassName
 {
   color: #5475FD;
 }
 .AnyTagClassName
 {
   color: #5475FD;
 }
</style>

background-color css

<style>
 a { background-color: #5475FD; }

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

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

border-color css

<style>
 span { border-color: #5475FD; }

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

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