#2771D7

Color #2771D7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2771D7

Tints of Royal Blue #2771D7

Color information

#2771D7 (or 0x2771D7) is unknown color: approx Royal Blue. HEX triplet: 27, 71 and D7. RGB value is (39,113,215). Sum of RGB (Red+Green+Blue) = 39+113+215=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #2771D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771D7 is #D88E28. Grayscale: #666666. Windows color (decimal): -14192169 or 14119207. OLE color: 14119207.

HSL color Cylindrical-coordinate representation of color #2771D7: hue angle of 214.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2771D7 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39113215-
CMYK0.820.4700.16
HSL214.77º69.29%49.8%-
HSV(B)214.77º81.86%84.31%-
XYZ19.0117.1566.6-
YUV102.5191.4882.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.63%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 215 (84.38% from 255) = 58.58%
R=10.63%
G=30.79%
B=58.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391132150.820.4700.16214.7769.2949.8
Hex2771D7522F010d74532
Octal471613271225702032710562
Binary1001111110001110101111010010101111010000110101111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2771D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2771D7; }

 p { color: rgb(39,113,215); }

 H1.HeaderClassName
 {
   color: #2771D7;
 }
 .AnyTagClassName
 {
   color: #2771D7;
 }
</style>
background-color css

<style>
 a { background-color: #2771D7; }

 a { background-color: rgb(39,113,215); }

 div.DivClassName
 {
   background-color: #2771D7;
 }
 .BgClassName
 {
   background-color: #2771D7;
 }
</style>
border-color css

<style>
 span { border-color: #2771D7; }

 span { border-color: rgb(39,113,215); }

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