#000AEE

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

Shades of Blue #000AEE

Tints of Blue #000AEE

Color information

#000AEE (or 0x000AEE) is unknown color: approx Blue. HEX triplet: 00, 0A and EE. RGB value is (0,10,238). Sum of RGB (Red+Green+Blue) = 0+10+238=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 238 (93.36% from 255 or 95.97% from 248); Max value from RGB is 238 - color contains mainly: blue. Hex color #000AEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AEE is #FFF511. Grayscale: #202020. Windows color (decimal): -16774418 or 15600128. OLE color: 15600128.

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

Color convert

RGB010238-
CMYK10.9600.07
HSL237.48º100%46.67%-
HSV(B)237.48º100%93.33%-
XYZ15.546.3981.3-
YUV33243.69104.46-

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) = 4.03%
BLUE value IS 238 (93.36% from 255) = 95.97%
R=0%
G=4.03%
B=95.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal01023810.9600.07237.4810046.67
Hex0AEE646007ed642f
Octal0123561441400735514457
Binary0101011101110110010011000000111111011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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