#020AFC

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

Shades of Blue #020AFC

Tints of Blue #020AFC

Color information

#020AFC (or 0x020AFC) is unknown color: approx Blue. HEX triplet: 02, 0A and FC. RGB value is (2,10,252). Sum of RGB (Red+Green+Blue) = 2+10+252=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 252 (98.83% from 255 or 95.45% from 264); Max value from RGB is 252 - color contains mainly: blue. Hex color #020AFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AFC is #FDF503. Grayscale: #222222. Windows color (decimal): -16643332 or 16517634. OLE color: 16517634.

HSL color Cylindrical-coordinate representation of color #020AFC: hue angle of 238.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AFC is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210252-
CMYK0.990.9600.01
HSL238.08º98.43%49.8%-
HSV(B)238.08º99.21%98.82%-
XYZ17.77.2692.56-
YUV35.2250.35104.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 252 (98.83% from 255) = 95.45%
R=0.76%
G=3.79%
B=95.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102520.990.9600.01238.0898.4349.8
Hex2AFC636001ee6232
Octal2123741431400135614262
Binary101010111111001100011110000001111011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020AFC; }

 p { color: rgb(2,10,252); }

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

<style>
 a { background-color: #020AFC; }

 a { background-color: rgb(2,10,252); }

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

<style>
 span { border-color: #020AFC; }

 span { border-color: rgb(2,10,252); }

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