#011CF3

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

Shades of Blue #011CF3

Tints of Blue #011CF3

Color information

#011CF3 (or 0x011CF3) is unknown color: approx Blue. HEX triplet: 01, 1C and F3. RGB value is (1,28,243). Sum of RGB (Red+Green+Blue) = 1+28+243=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 28 (11.33% from 255 or 10.29% 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 #011CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011CF3 is #FEE30C. Grayscale: #2B2B2B. Windows color (decimal): -16704269 or 15932417. OLE color: 15932417.

HSL color Cylindrical-coordinate representation of color #011CF3: hue angle of 233.31º 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 #011CF3 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128243-
CMYK1.000.8800.05
HSL233.31º99.18%47.84%-
HSV(B)233.31º99.59%95.29%-
XYZ16.617.3185.33-
YUV44.44240.0597.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282431.000.8800.05233.3199.1847.84
Hex11CF3645805e96330
Octal1343631441300535114360
Binary11110011110011110010010110000101111010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011CF3; }

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

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

<style>
 a { background-color: #011CF3; }

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

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

<style>
 span { border-color: #011CF3; }

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

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