#011AF0

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

Shades of Blue #011AF0

Tints of Blue #011AF0

Color information

#011AF0 (or 0x011AF0) is unknown color: approx Blue. HEX triplet: 01, 1A and F0. RGB value is (1,26,240). Sum of RGB (Red+Green+Blue) = 1+26+240=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 240 (94.14% from 255 or 89.89% from 267); Max value from RGB is 240 - color contains mainly: blue. Hex color #011AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AF0 is #FEE50F. Grayscale: #2A2A2A. Windows color (decimal): -16704784 or 15735297. OLE color: 15735297.

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

Color convert

RGB126240-
CMYK1.000.8900.06
HSL233.72º99.17%47.25%-
HSV(B)233.72º99.58%94.12%-
XYZ16.117.0482.95-
YUV42.92239.2298.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 240 (94.14% from 255) = 89.89%
R=0.37%
G=9.74%
B=89.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262401.000.8900.06233.7299.1747.25
Hex11AF0645906ea632f
Octal1323601441310635214357
Binary11101011110000110010010110010110111010101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,26,240); }

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

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

 a { background-color: rgb(1,26,240); }

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

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

 span { border-color: rgb(1,26,240); }

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