#000AFE

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

Shades of Blue #000AFE

Tints of Blue #000AFE

Color information

#000AFE (or 0x000AFE) is unknown color: approx Blue. HEX triplet: 00, 0A and FE. RGB value is (0,10,254). Sum of RGB (Red+Green+Blue) = 0+10+254=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 254 (99.61% from 255 or 96.21% from 264); Max value from RGB is 254 - color contains mainly: blue. Hex color #000AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AFE is #FFF501. Grayscale: #212121. Windows color (decimal): -16774402 or 16648704. OLE color: 16648704.

HSL color Cylindrical-coordinate representation of color #000AFE: hue angle of 237.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AFE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB010254-
CMYK10.9600.00
HSL237.64º100%49.8%-
HSV(B)237.64º100%99.61%-
XYZ187.3794.24-
YUV34.83251.69103.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 254 (99.61% from 255) = 96.21%
R=0%
G=3.79%
B=96.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal01025410.9600.00237.6410049.8
Hex0AFE646000ee6432
Octal0123761441400035614462
Binary01010111111101100100110000000111011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000AFE; }

 p { color: rgb(0,10,254); }

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

<style>
 a { background-color: #000AFE; }

 a { background-color: rgb(0,10,254); }

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

<style>
 span { border-color: #000AFE; }

 span { border-color: rgb(0,10,254); }

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