#2056E9

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

Shades of Royal Blue #2056E9

Tints of Royal Blue #2056E9

Color information

#2056E9 (or 0x2056E9) is unknown color: approx Royal Blue. HEX triplet: 20, 56 and E9. RGB value is (32,86,233). Sum of RGB (Red+Green+Blue) = 32+86+233=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 233 (91.41% from 255 or 66.38% from 351); Max value from RGB is 233 - color contains mainly: blue. Hex color #2056E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2056E9 is #DFA916. Grayscale: #555555. Windows color (decimal): -14657815 or 15291936. OLE color: 15291936.

HSL color Cylindrical-coordinate representation of color #2056E9: hue angle of 223.88º degrees, saturation: 0.82, 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 #2056E9 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3286233-
CMYK0.860.6300.09
HSL223.88º82.04%51.96%-
HSV(B)223.88º86.27%91.37%-
XYZ18.6312.8578.59-
YUV86.61210.6189.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.12%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 233 (91.41% from 255) = 66.38%
R=9.12%
G=24.50%
B=66.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32862330.860.6300.09223.8882.0451.96
Hex2056E9563F09e05234
Octal401263511267701134012264
Binary100000101011011101001101011011111101001111000001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2056E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2056E9; }

 p { color: rgb(32,86,233); }

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

<style>
 a { background-color: #2056E9; }

 a { background-color: rgb(32,86,233); }

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

<style>
 span { border-color: #2056E9; }

 span { border-color: rgb(32,86,233); }

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