#1020F9

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

Shades of Blue #1020F9

Tints of Blue #1020F9

Color information

#1020F9 (or 0x1020F9) is unknown color: approx Blue. HEX triplet: 10, 20 and F9. RGB value is (16,32,249). Sum of RGB (Red+Green+Blue) = 16+32+249=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 249 (97.66% from 255 or 83.84% from 297); Max value from RGB is 249 - color contains mainly: blue. Hex color #1020F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1020F9 is #EFDF06. Grayscale: #333333. Windows color (decimal): -15720199 or 16326672. OLE color: 16326672.

HSL color Cylindrical-coordinate representation of color #1020F9: hue angle of 235.88º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1020F9 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1632249-
CMYK0.940.8700.02
HSL235.88º95.1%51.96%-
HSV(B)235.88º93.57%97.65%-
XYZ17.837.9890.22-
YUV51.95239.2102.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 249 (97.66% from 255) = 83.84%
R=5.39%
G=10.77%
B=83.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16322490.940.8700.02235.8895.151.96
Hex1020F95E5702ec5f34
Octal20403711361270235413764
Binary100001000001111100110111101010111010111011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1020F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1020F9; }

 p { color: rgb(16,32,249); }

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

<style>
 a { background-color: #1020F9; }

 a { background-color: rgb(16,32,249); }

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

<style>
 span { border-color: #1020F9; }

 span { border-color: rgb(16,32,249); }

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