Html Css Color HEX #5770DC Royal Blue

📋 copy color: '#5770DC'

red 87 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #5770DC

Tints of Royal Blue #5770DC

RGB

 RED value IS 87 (34.38% from 255) = 20.76%

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 20.76%
G = 26.73%
B = 52.51%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5770DC (or 0x5770DC) is known color: Royal Blue. HEX triplet: 57, 70 and DC. RGB value is (87,112,220). Sum of RGB (Red+Green+Blue) = 87+112+220=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5770DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770DC is #A88F23. Grayscale: #747474. Windows color (decimal): -11046692 or 14446679. OLE color: 14446679.

HSL color Cylindrical-coordinate representation of color #5770DC: hue angle of 228.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5770DC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 112 220 -
CMYK 0.60 0.49 0 0.14
HSL 228.72º 0.66% 0.6% -
HSV(B) 228.72º 0.6% 0.86% -
XYZ 22.64 18.78 70.14 -
YUV 116.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 87 112 220 0.60 0.49 0 0.14 228.72 0.66 0.6
Hex 57 70 DC 3C 31 0 E E5 42 3C
Octal 127 160 334 74 61 0 16 345 102 74
Binary 1010111 1110000 11011100 111100 110001 0 1110 11100101 1000010 111100

Color Harmonies of #5770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770DC

Black with #5770DC

Text Example


Text Example

White with #5770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5770DC; }

 p { color: rgb(87,112,220); }

 H1.HeaderClassName
 {
   color: #5770DC;
 }
 .AnyTagClassName
 {
   color: #5770DC;
 }
</style>

background-color css

<style>
 a { background-color: #5770DC; }

 a { background-color: rgb(87,112,220); }

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

border-color css

<style>
 span { border-color: #5770DC; }

 span { border-color: rgb(87,112,220); }

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