Html Css Color HEX #5770DF Royal Blue

📋 copy color: '#5770DF'

red 87 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #5770DF

Tints of Royal Blue #5770DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 20.62%
G = 26.54%
B = 52.84%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5770DF (or 0x5770DF) is known color: Royal Blue. HEX triplet: 57, 70 and DF. RGB value is (87,112,223). Sum of RGB (Red+Green+Blue) = 87+112+223=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5770DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770DF is #A88F20. Grayscale: #747474. Windows color (decimal): -11046689 or 14643287. OLE color: 14643287.

HSL color Cylindrical-coordinate representation of color #5770DF: hue angle of 228.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5770DF is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 112 223 -
CMYK 0.61 0.50 0 0.13
HSL 228.97º 0.68% 0.61% -
HSV(B) 228.97º 0.61% 0.87% -
XYZ 23.04 18.94 72.25 -
YUV 117.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 87 112 223 0.61 0.50 0 0.13 228.97 0.68 0.61
Hex 57 70 DF 3D 32 0 D E5 44 3D
Octal 127 160 337 75 62 0 15 345 104 75
Binary 1010111 1110000 11011111 111101 110010 0 1101 11100101 1000100 111101

Color Harmonies of #5770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770DF

Black with #5770DF

Text Example


Text Example

White with #5770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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