#1C01F7

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

Shades of Blue #1C01F7

Tints of Blue #1C01F7

Color information

#1C01F7 (or 0x1C01F7) is unknown color: approx Blue. HEX triplet: 1C, 01 and F7. RGB value is (28,1,247). Sum of RGB (Red+Green+Blue) = 28+1+247=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 247 (96.88% from 255 or 89.49% from 276); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C01F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C01F7 is #E3FE08. Grayscale: #242424. Windows color (decimal): -14941705 or 16187676. OLE color: 16187676.

HSL color Cylindrical-coordinate representation of color #1C01F7: hue angle of 246.59º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01F7 is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB281247-
CMYK0.891.0000.03
HSL246.59º99.19%48.63%-
HSV(B)246.59º99.6%96.86%-
XYZ17.286.9888.43-
YUV37.12246.45121.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 247 (96.88% from 255) = 89.49%
R=10.14%
G=0.36%
B=89.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2812470.891.0000.03246.5999.1948.63
Hex1C1F7596403f76331
Octal3413671311440336714361
Binary1110011111011110110011100100011111101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C01F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C01F7; }

 p { color: rgb(28,1,247); }

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

<style>
 a { background-color: #1C01F7; }

 a { background-color: rgb(28,1,247); }

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

<style>
 span { border-color: #1C01F7; }

 span { border-color: rgb(28,1,247); }

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