#012BF0

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

Shades of Blue #012BF0

Tints of Blue #012BF0

Color information

#012BF0 (or 0x012BF0) is unknown color: approx Blue. HEX triplet: 01, 2B and F0. RGB value is (1,43,240). Sum of RGB (Red+Green+Blue) = 1+43+240=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 240 (94.14% from 255 or 84.51% from 284); Max value from RGB is 240 - color contains mainly: blue. Hex color #012BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BF0 is #FED40F. Grayscale: #343434. Windows color (decimal): -16700432 or 15739649. OLE color: 15739649.

HSL color Cylindrical-coordinate representation of color #012BF0: hue angle of 229.46º 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 #012BF0 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143240-
CMYK1.000.8200.06
HSL229.46º99.17%47.25%-
HSV(B)229.46º99.58%94.12%-
XYZ16.68.0383.11-
YUV52.9233.5990.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 240 (94.14% from 255) = 84.51%
R=0.35%
G=15.14%
B=84.51%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432401.000.8200.06229.4699.1747.25
Hex12BF0645206e5632f
Octal1533601441220634514357
Binary110101111110000110010010100100110111001011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012BF0; }

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

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

<style>
 a { background-color: #012BF0; }

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

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

<style>
 span { border-color: #012BF0; }

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

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