#0502E9

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

Shades of Blue #0502E9

Tints of Blue #0502E9

Color information

#0502E9 (or 0x0502E9) is unknown color: approx Blue. HEX triplet: 05, 02 and E9. RGB value is (5,2,233). Sum of RGB (Red+Green+Blue) = 5+2+233=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 233 (91.41% from 255 or 97.08% from 240); Max value from RGB is 233 - color contains mainly: blue. Hex color #0502E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0502E9 is #FAFD16. Grayscale: #1C1C1C. Windows color (decimal): -16448791 or 15270405. OLE color: 15270405.

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

Color convert

RGB52233-
CMYK0.980.9900.09
HSL240.78º98.3%46.08%-
HSV(B)240.78º99.14%91.37%-
XYZ14.795.9677.46-
YUV29.23242.99110.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 233 (91.41% from 255) = 97.08%
R=2.08%
G=0.83%
B=97.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522330.980.9900.09240.7898.346.08
Hex52E9626309f1622e
Octal5235114214301136114256
Binary10110111010011100010110001101001111100011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0502E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0502E9; }

 p { color: rgb(5,2,233); }

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

<style>
 a { background-color: #0502E9; }

 a { background-color: rgb(5,2,233); }

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

<style>
 span { border-color: #0502E9; }

 span { border-color: rgb(5,2,233); }

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