#011FEE

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

Shades of Blue #011FEE

Tints of Blue #011FEE

Color information

#011FEE (or 0x011FEE) is unknown color: approx Blue. HEX triplet: 01, 1F and EE. RGB value is (1,31,238). Sum of RGB (Red+Green+Blue) = 1+31+238=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #011FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FEE is #FEE011. Grayscale: #2C2C2C. Windows color (decimal): -16703506 or 15605505. OLE color: 15605505.

HSL color Cylindrical-coordinate representation of color #011FEE: hue angle of 232.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FEE is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131238-
CMYK1.000.8700.07
HSL232.41º99.16%46.86%-
HSV(B)232.41º99.58%93.33%-
XYZ15.947.1681.43-
YUV45.63236.5696.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 238 (93.36% from 255) = 88.15%
R=0.37%
G=11.48%
B=88.15%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312381.000.8700.07232.4199.1646.86
Hex11FEE645707e8632f
Octal1373561441270735014357
Binary11111111101110110010010101110111111010001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,31,238); }

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

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

 a { background-color: rgb(1,31,238); }

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

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

 span { border-color: rgb(1,31,238); }

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