#1022F9

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

Shades of Blue #1022F9

Tints of Blue #1022F9

Color information

#1022F9 (or 0x1022F9) is unknown color: approx Blue. HEX triplet: 10, 22 and F9. RGB value is (16,34,249). Sum of RGB (Red+Green+Blue) = 16+34+249=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 249 (97.66% from 255 or 83.28% from 299); Max value from RGB is 249 - color contains mainly: blue. Hex color #1022F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1022F9 is #EFDD06. Grayscale: #343434. Windows color (decimal): -15719687 or 16327184. OLE color: 16327184.

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

Color convert

RGB1634249-
CMYK0.940.8600.02
HSL235.36º95.1%51.96%-
HSV(B)235.36º93.57%97.65%-
XYZ17.888.0990.24-
YUV53.13238.54101.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.35%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 249 (97.66% from 255) = 83.28%
R=5.35%
G=11.37%
B=83.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16342490.940.8600.02235.3695.151.96
Hex1022F95E5602eb5f34
Octal20423711361260235313764
Binary100001000101111100110111101010110010111010111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1022F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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