Html Css Color HEX #5574FD Royal Blue

📋 copy color: '#5574FD'

red 85 ◦ green 116 ◦ blue 253

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

Shades of Royal Blue #5574FD

Tints of Royal Blue #5574FD

RGB

 RED value IS 85 (33.59% from 255) = 18.72%

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

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

R = 18.72%
G = 25.55%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5574FD (or 0x5574FD) is known color: Royal Blue. HEX triplet: 55, 74 and FD. RGB value is (85,116,253). Sum of RGB (Red+Green+Blue) = 85+116+253=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 116 (45.70% from 255 or 25.55% 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 #5574FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574FD is #AA8B02. Grayscale: #797979. Windows color (decimal): -11176707 or 16610389. OLE color: 16610389.

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

Color convert

RGB 85 116 253 -
CMYK 0.66 0.54 0 0.01
HSL 228.93º 0.98% 0.66% -
HSV(B) 228.93º 0.66% 0.99% -
XYZ 27.72 21.51 95.62 -
YUV 122.35 201.73 101.36 -
System Red Green Blue C M Y K H S L
Decimal 85 116 253 0.66 0.54 0 0.01 228.93 0.98 0.66
Hex 55 74 FD 42 36 0 1 E5 62 42
Octal 125 164 375 102 66 0 1 345 142 102
Binary 1010101 1110100 11111101 1000010 110110 0 1 11100101 1100010 1000010

Color Harmonies of #5574FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5574FD

Black with #5574FD

Text Example


Text Example

White with #5574FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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