#100FF2

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

Shades of Blue #100FF2

Tints of Blue #100FF2

Color information

#100FF2 (or 0x100FF2) is unknown color: approx Blue. HEX triplet: 10, 0F and F2. RGB value is (16,15,242). Sum of RGB (Red+Green+Blue) = 16+15+242=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 242 (94.92% from 255 or 88.64% from 273); Max value from RGB is 242 - color contains mainly: blue. Hex color #100FF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100FF2 is #EFF00D. Grayscale: #282828. Windows color (decimal): -15724558 or 15863568. OLE color: 15863568.

HSL color Cylindrical-coordinate representation of color #100FF2: hue angle of 240.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100FF2 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1615242-
CMYK0.930.9400.05
HSL240.26º89.72%50.39%-
HSV(B)240.26º93.8%94.9%-
XYZ16.416.8684.46-
YUV41.18241.33110.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 242 (94.92% from 255) = 88.64%
R=5.86%
G=5.49%
B=88.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16152420.930.9400.05240.2689.7250.39
Hex10FF25D5E05f05a32
Octal20173621351360536013262
Binary10000111111110010101110110111100101111100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100FF2; }

 p { color: rgb(16,15,242); }

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

<style>
 a { background-color: #100FF2; }

 a { background-color: rgb(16,15,242); }

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

<style>
 span { border-color: #100FF2; }

 span { border-color: rgb(16,15,242); }

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