Html Css Color HEX #5574FF Royal Blue

📋 copy color: '#5574FF'

red 85 ◦ green 116 ◦ blue 255

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

Shades of Royal Blue #5574FF

Tints of Royal Blue #5574FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 18.64%
G = 25.44%
B = 55.92%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5574FF (or 0x5574FF) is known color: Royal Blue. HEX triplet: 55, 74 and FF. RGB value is (85,116,255). Sum of RGB (Red+Green+Blue) = 85+116+255=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5574FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574FF is #AA8B00. Grayscale: #797979. Windows color (decimal): -11176705 or 16741461. OLE color: 16741461.

HSL color Cylindrical-coordinate representation of color #5574FF: hue angle of 229.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5574FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 116 255 -
CMYK 0.67 0.55 0 0
HSL 229.06º 1% 0.67% -
HSV(B) 229.06º 0.67% 1% -
XYZ 28.04 21.64 97.31 -
YUV 122.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 85 116 255 0.67 0.55 0 0 229.06 1 0.67
Hex 55 74 FF 43 37 0 0 E5 64 43
Octal 125 164 377 103 67 0 0 345 144 103
Binary 1010101 1110100 11111111 1000011 110111 0 0 11100101 1100100 1000011

Color Harmonies of #5574FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5574FF

Black with #5574FF

Text Example


Text Example

White with #5574FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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