#0905EA

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

Shades of Blue #0905EA

Tints of Blue #0905EA

Color information

#0905EA (or 0x0905EA) is unknown color: approx Blue. HEX triplet: 09, 05 and EA. RGB value is (9,5,234). Sum of RGB (Red+Green+Blue) = 9+5+234=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 5 (2.34% from 255 or 2.02% 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 #0905EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0905EA is #F6FA15. Grayscale: #1F1F1F. Windows color (decimal): -16185878 or 15336713. OLE color: 15336713.

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

Color convert

RGB95234-
CMYK0.960.9800.08
HSL241.05º95.82%46.86%-
HSV(B)241.05º97.86%91.76%-
XYZ15.026.1178.23-
YUV32.3241.83111.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952340.960.9800.08241.0595.8246.86
Hex95EA606208f1602f
Octal11535214014201036114057
Binary1001101111010101100000110001001000111100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0905EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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