#1000F9

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

Shades of Blue #1000F9

Tints of Blue #1000F9

Color information

#1000F9 (or 0x1000F9) is unknown color: approx Blue. HEX triplet: 10, 00 and F9. RGB value is (16,0,249). Sum of RGB (Red+Green+Blue) = 16+0+249=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 249 (97.66% from 255 or 93.96% from 265); Max value from RGB is 249 - color contains mainly: blue. Hex color #1000F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1000F9 is #EFFF06. Grayscale: #202020. Windows color (decimal): -15728391 or 16318480. OLE color: 16318480.

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

Color convert

RGB160249-
CMYK0.94100.02
HSL243.86º100%48.82%-
HSV(B)243.86º100%97.65%-
XYZ17.316.9590.05-
YUV33.17249.8115.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 93.96%
R=6.04%
G=0%
B=93.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602490.94100.02243.8610048.82
Hex100F95E6402f46431
Octal2003711361440236414461
Binary1000001111100110111101100100010111101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1000F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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