#1021F9

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

Shades of Blue #1021F9

Tints of Blue #1021F9

Color information

#1021F9 (or 0x1021F9) is unknown color: approx Blue. HEX triplet: 10, 21 and F9. RGB value is (16,33,249). Sum of RGB (Red+Green+Blue) = 16+33+249=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 249 (97.66% from 255 or 83.56% from 298); Max value from RGB is 249 - color contains mainly: blue. Hex color #1021F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1021F9 is #EFDE06. Grayscale: #333333. Windows color (decimal): -15719943 or 16326928. OLE color: 16326928.

HSL color Cylindrical-coordinate representation of color #1021F9: hue angle of 235.62º 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 #1021F9 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1633249-
CMYK0.940.8700.02
HSL235.62º95.1%51.96%-
HSV(B)235.62º93.57%97.65%-
XYZ17.868.0490.23-
YUV52.54238.87101.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.37%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 249 (97.66% from 255) = 83.56%
R=5.37%
G=11.07%
B=83.56%

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
Decimal16332490.940.8700.02235.6295.151.96
Hex1021F95E5702ec5f34
Octal20413711361270235413764
Binary100001000011111100110111101010111010111011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1021F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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