#2016F3

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

Shades of Blue #2016F3

Tints of Blue #2016F3

Color information

#2016F3 (or 0x2016F3) is unknown color: approx Blue. HEX triplet: 20, 16 and F3. RGB value is (32,22,243). Sum of RGB (Red+Green+Blue) = 32+22+243=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 243 (95.31% from 255 or 81.82% from 297); Max value from RGB is 243 - color contains mainly: blue. Hex color #2016F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2016F3 is #DFE90C. Grayscale: #313131. Windows color (decimal): -14674189 or 15930912. OLE color: 15930912.

HSL color Cylindrical-coordinate representation of color #2016F3: hue angle of 242.71º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2016F3 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3222243-
CMYK0.870.9100.05
HSL242.71º90.2%51.96%-
HSV(B)242.71º90.95%95.29%-
XYZ17.067.3585.31-
YUV50.18236.81115.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 243 (95.31% from 255) = 81.82%
R=10.77%
G=7.41%
B=81.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32222430.870.9100.05242.7190.251.96
Hex2016F3575B05f35a34
Octal40263631271330536313264
Binary1000001011011110011101011110110110101111100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2016F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2016F3; }

 p { color: rgb(32,22,243); }

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

<style>
 a { background-color: #2016F3; }

 a { background-color: rgb(32,22,243); }

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

<style>
 span { border-color: #2016F3; }

 span { border-color: rgb(32,22,243); }

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