#2B71E1

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

Shades of Royal Blue #2B71E1

Tints of Royal Blue #2B71E1

Color information

#2B71E1 (or 0x2B71E1) is unknown color: approx Royal Blue. HEX triplet: 2B, 71 and E1. RGB value is (43,113,225). Sum of RGB (Red+Green+Blue) = 43+113+225=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B71E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71E1 is #D48E1E. Grayscale: #686868. Windows color (decimal): -13930015 or 14774571. OLE color: 14774571.

HSL color Cylindrical-coordinate representation of color #2B71E1: hue angle of 216.92º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B71E1 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB43113225-
CMYK0.810.5000.12
HSL216.92º75.21%52.55%-
HSV(B)216.92º80.89%88.24%-
XYZ20.4917.7673.58-
YUV104.84195.8183.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=11.29%
G=29.66%
B=59.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal431132250.810.5000.12216.9275.2152.55
Hex2B71E151320Cd94b35
Octal531613411216201433111365
Binary101011111000111100001101000111001001100110110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B71E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B71E1; }

 p { color: rgb(43,113,225); }

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

<style>
 a { background-color: #2B71E1; }

 a { background-color: rgb(43,113,225); }

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

<style>
 span { border-color: #2B71E1; }

 span { border-color: rgb(43,113,225); }

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