#2056FA

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

Shades of Royal Blue #2056FA

Tints of Royal Blue #2056FA

Color information

#2056FA (or 0x2056FA) is unknown color: approx Royal Blue. HEX triplet: 20, 56 and FA. RGB value is (32,86,250). Sum of RGB (Red+Green+Blue) = 32+86+250=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #2056FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2056FA is #DFA905. Grayscale: #575757. Windows color (decimal): -14657798 or 16406048. OLE color: 16406048.

HSL color Cylindrical-coordinate representation of color #2056FA: hue angle of 225.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2056FA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3286250-
CMYK0.870.6600.02
HSL225.14º95.61%55.29%-
HSV(B)225.14º87.2%98.04%-
XYZ21.1813.8692-
YUV88.55219.1187.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 250 (98.05% from 255) = 67.93%
R=8.70%
G=23.37%
B=67.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32862500.870.6600.02225.1495.6155.29
Hex2056FA574202e16037
Octal401263721271020234114067
Binary10000010101101111101010101111000010010111000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2056FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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