#0128F0

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

Shades of Blue #0128F0

Tints of Blue #0128F0

Color information

#0128F0 (or 0x0128F0) is unknown color: approx Blue. HEX triplet: 01, 28 and F0. RGB value is (1,40,240). Sum of RGB (Red+Green+Blue) = 1+40+240=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 240 (94.14% from 255 or 85.41% from 281); Max value from RGB is 240 - color contains mainly: blue. Hex color #0128F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0128F0 is #FED70F. Grayscale: #323232. Windows color (decimal): -16701200 or 15738881. OLE color: 15738881.

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

Color convert

RGB140240-
CMYK1.000.8300.06
HSL230.21º99.17%47.25%-
HSV(B)230.21º99.58%94.12%-
XYZ16.57.8283.08-
YUV51.14234.5892.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 240 (94.14% from 255) = 85.41%
R=0.36%
G=14.23%
B=85.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402401.000.8300.06230.2199.1747.25
Hex128F0645306e6632f
Octal1503601441230634614357
Binary110100011110000110010010100110110111001101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0128F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0128F0; }

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

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

<style>
 a { background-color: #0128F0; }

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

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

<style>
 span { border-color: #0128F0; }

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

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