#050AE7

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

Shades of Blue #050AE7

Tints of Blue #050AE7

Color information

#050AE7 (or 0x050AE7) is unknown color: approx Blue. HEX triplet: 05, 0A and E7. RGB value is (5,10,231). Sum of RGB (Red+Green+Blue) = 5+10+231=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 231 (90.62% from 255 or 93.90% from 246); Max value from RGB is 231 - color contains mainly: blue. Hex color #050AE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050AE7 is #FAF518. Grayscale: #202020. Windows color (decimal): -16446745 or 15141381. OLE color: 15141381.

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

Color convert

RGB510231-
CMYK0.980.9600.09
HSL238.67º95.76%46.27%-
HSV(B)238.67º97.84%90.59%-
XYZ14.596.0275.99-
YUV33.7239.34107.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 231 (90.62% from 255) = 93.90%
R=2.03%
G=4.07%
B=93.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5102310.980.9600.09238.6795.7646.27
Hex5AE7626009ef602e
Octal51234714214001135714056
Binary1011010111001111100010110000001001111011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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