#2071E2

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

Shades of Royal Blue #2071E2

Tints of Royal Blue #2071E2

Color information

#2071E2 (or 0x2071E2) is unknown color: approx Royal Blue. HEX triplet: 20, 71 and E2. RGB value is (32,113,226). Sum of RGB (Red+Green+Blue) = 32+113+226=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #2071E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071E2 is #DF8E1D. Grayscale: #656565. Windows color (decimal): -14650910 or 14840096. OLE color: 14840096.

HSL color Cylindrical-coordinate representation of color #2071E2: hue angle of 214.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2071E2 is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB32113226-
CMYK0.860.500.11
HSL214.95º76.98%50.59%-
HSV(B)214.95º85.84%88.63%-
XYZ20.2317.6174.28-
YUV101.66198.1678.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.63%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 226 (88.67% from 255) = 60.92%
R=8.63%
G=30.46%
B=60.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal321132260.860.500.11214.9576.9850.59
Hex2071E256320Bd74d33
Octal401613421266201332711563
Binary100000111000111100010101011011001001011110101111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2071E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2071E2; }

 p { color: rgb(32,113,226); }

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

<style>
 a { background-color: #2071E2; }

 a { background-color: rgb(32,113,226); }

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

<style>
 span { border-color: #2071E2; }

 span { border-color: rgb(32,113,226); }

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