#2072E7

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

Shades of Royal Blue #2072E7

Tints of Royal Blue #2072E7

Color information

#2072E7 (or 0x2072E7) is unknown color: approx Royal Blue. HEX triplet: 20, 72 and E7. RGB value is (32,114,231). Sum of RGB (Red+Green+Blue) = 32+114+231=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #2072E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2072E7 is #DF8D18. Grayscale: #666666. Windows color (decimal): -14650649 or 15168032. OLE color: 15168032.

HSL color Cylindrical-coordinate representation of color #2072E7: hue angle of 215.28º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2072E7 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB32114231-
CMYK0.860.5100.09
HSL215.28º80.57%51.57%-
HSV(B)215.28º86.15%90.59%-
XYZ21.0418.1177.99-
YUV102.82200.3377.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.49%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 231 (90.62% from 255) = 61.27%
R=8.49%
G=30.24%
B=61.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal321142310.860.5100.09215.2880.5751.57
Hex2072E7563309d75134
Octal401623471266301132712164
Binary100000111001011100111101011011001101001110101111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2072E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2072E7; }

 p { color: rgb(32,114,231); }

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

<style>
 a { background-color: #2072E7; }

 a { background-color: rgb(32,114,231); }

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

<style>
 span { border-color: #2072E7; }

 span { border-color: rgb(32,114,231); }

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