#0509EA

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

Shades of Blue #0509EA

Tints of Blue #0509EA

Color information

#0509EA (or 0x0509EA) is unknown color: approx Blue. HEX triplet: 05, 09 and EA. RGB value is (5,9,234). Sum of RGB (Red+Green+Blue) = 5+9+234=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 234 (91.80% from 255 or 94.35% from 248); Max value from RGB is 234 - color contains mainly: blue. Hex color #0509EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0509EA is #FAF615. Grayscale: #202020. Windows color (decimal): -16446998 or 15337733. OLE color: 15337733.

HSL color Cylindrical-coordinate representation of color #0509EA: hue angle of 238.95º 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 #0509EA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59234-
CMYK0.980.9600.08
HSL238.95º95.82%46.86%-
HSV(B)238.95º97.86%91.76%-
XYZ15.016.1778.24-
YUV33.45241.17107.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 234 (91.80% from 255) = 94.35%
R=2.02%
G=3.63%
B=94.35%

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
Decimal592340.980.9600.08238.9595.8246.86
Hex59EA626008ef602f
Octal51135214214001035714057
Binary1011001111010101100010110000001000111011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0509EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0509EA; }

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

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

<style>
 a { background-color: #0509EA; }

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

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

<style>
 span { border-color: #0509EA; }

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

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