#1C01F3

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

Shades of Blue #1C01F3

Tints of Blue #1C01F3

Color information

#1C01F3 (or 0x1C01F3) is unknown color: approx Blue. HEX triplet: 1C, 01 and F3. RGB value is (28,1,243). Sum of RGB (Red+Green+Blue) = 28+1+243=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 243 (95.31% from 255 or 89.34% from 272); Max value from RGB is 243 - color contains mainly: blue. Hex color #1C01F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C01F3 is #E3FE0C. Grayscale: #232323. Windows color (decimal): -14941709 or 15925532. OLE color: 15925532.

HSL color Cylindrical-coordinate representation of color #1C01F3: hue angle of 246.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01F3 is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB281243-
CMYK0.881.0000.05
HSL246.69º99.18%47.84%-
HSV(B)246.69º99.59%95.29%-
XYZ16.676.7485.22-
YUV36.66244.45121.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 243 (95.31% from 255) = 89.34%
R=10.29%
G=0.37%
B=89.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2812430.881.0000.05246.6999.1847.84
Hex1C1F3586405f76330
Octal3413631301440536714360
Binary11100111110011101100011001000101111101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C01F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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