#050AEA

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

Shades of Blue #050AEA

Tints of Blue #050AEA

Color information

#050AEA (or 0x050AEA) is unknown color: approx Blue. HEX triplet: 05, 0A and EA. RGB value is (5,10,234). Sum of RGB (Red+Green+Blue) = 5+10+234=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #050AEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050AEA is #FAF515. Grayscale: #212121. Windows color (decimal): -16446742 or 15337989. OLE color: 15337989.

HSL color Cylindrical-coordinate representation of color #050AEA: hue angle of 238.69º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050AEA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB510234-
CMYK0.980.9600.08
HSL238.69º95.82%46.86%-
HSV(B)238.69º97.86%91.76%-
XYZ15.026.1978.24-
YUV34.04240.84107.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 10 (4.30% from 255) = 4.02%
BLUE value IS 234 (91.80% from 255) = 93.98%
R=2.01%
G=4.02%
B=93.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5102340.980.9600.08238.6995.8246.86
Hex5AEA626008ef602f
Octal51235214214001035714057
Binary1011010111010101100010110000001000111011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050AEA; }

 p { color: rgb(5,10,234); }

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

<style>
 a { background-color: #050AEA; }

 a { background-color: rgb(5,10,234); }

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

<style>
 span { border-color: #050AEA; }

 span { border-color: rgb(5,10,234); }

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