#0205E9

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

Shades of Blue #0205E9

Tints of Blue #0205E9

Color information

#0205E9 (or 0x0205E9) is unknown color: approx Blue. HEX triplet: 02, 05 and E9. RGB value is (2,5,233). Sum of RGB (Red+Green+Blue) = 2+5+233=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 5 (2.34% from 255 or 2.08% 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 #0205E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0205E9 is #FDFA16. Grayscale: #1D1D1D. Windows color (decimal): -16644631 or 15271170. OLE color: 15271170.

HSL color Cylindrical-coordinate representation of color #0205E9: hue angle of 239.22º 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 #0205E9 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25233-
CMYK0.990.9800.09
HSL239.22º98.3%46.08%-
HSV(B)239.22º99.14%91.37%-
XYZ14.79677.47-
YUV30.1242.51107.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal252330.990.9800.09239.2298.346.08
Hex25E9636209ef622e
Octal2535114314201135714256
Binary10101111010011100011110001001001111011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0205E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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