Html Css Color HEX #5570FF Royal Blue

📋 copy color: '#5570FF'

red 85 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #5570FF

Tints of Royal Blue #5570FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.78%

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

R = 18.81%
G = 24.78%
B = 56.42%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5570FF (or 0x5570FF) is known color: Royal Blue. HEX triplet: 55, 70 and FF. RGB value is (85,112,255). Sum of RGB (Red+Green+Blue) = 85+112+255=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5570FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5570FF is #AA8F00. Grayscale: #777777. Windows color (decimal): -11177729 or 16740437. OLE color: 16740437.

HSL color Cylindrical-coordinate representation of color #5570FF: hue angle of 230.47º 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 #5570FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 112 255 -
CMYK 0.67 0.56 0 0
HSL 230.47º 1% 0.67% -
HSV(B) 230.47º 0.67% 1% -
XYZ 27.59 20.74 97.16 -
YUV 120.23 204.05 102.87 -
System Red Green Blue C M Y K H S L
Decimal 85 112 255 0.67 0.56 0 0 230.47 1 0.67
Hex 55 70 FF 43 38 0 0 E6 64 43
Octal 125 160 377 103 70 0 0 346 144 103
Binary 1010101 1110000 11111111 1000011 111000 0 0 11100110 1100100 1000011

Color Harmonies of #5570FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5570FF

Black with #5570FF

Text Example


Text Example

White with #5570FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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