#2056EF

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

Shades of Royal Blue #2056EF

Tints of Royal Blue #2056EF

Color information

#2056EF (or 0x2056EF) is unknown color: approx Royal Blue. HEX triplet: 20, 56 and EF. RGB value is (32,86,239). Sum of RGB (Red+Green+Blue) = 32+86+239=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2056EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2056EF is #DFA910. Grayscale: #565656. Windows color (decimal): -14657809 or 15685152. OLE color: 15685152.

HSL color Cylindrical-coordinate representation of color #2056EF: hue angle of 224.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2056EF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3286239-
CMYK0.870.6400.06
HSL224.35º86.61%53.14%-
HSV(B)224.35º86.61%93.73%-
XYZ19.513.1983.18-
YUV87.3213.6188.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.96%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=8.96%
G=24.09%
B=66.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32862390.870.6400.06224.3586.6153.14
Hex2056EF574006e05735
Octal401263571271000634012765
Binary100000101011011101111101011110000000110111000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2056EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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