#0002ed

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

Shades of Blue #0002ED

Tints of Blue #0002ED

Color information

#0002ED (or 0x0002ED) is unknown color: approx Blue. HEX triplet: 00, 02 and ED. RGB value is (0,2,237). Sum of RGB (Red+Green+Blue) = 0+2+237=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 237 (92.97% from 255 or 99.16% from 239); Max value from RGB is 237 - color contains mainly: blue. Hex color #0002ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002ED is #FFFD12. Grayscale: #1B1B1B. Windows color (decimal): -16776467 or 15532544. OLE color: 15532544.

HSL color Cylindrical-coordinate representation of color #0002ED: hue angle of 239.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002ED is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB02237-
CMYK10.9900.07
HSL239.49º100%46.47%-
HSV(B)239.49º100%92.94%-
XYZ15.316.1680.5-
YUV28.19245.84107.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 237 (92.97% from 255) = 99.16%
R=0%
G=0.84%
B=99.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0223710.9900.07239.4910046.47
Hex02ED646307ef642e
Octal023551441430735714456
Binary01011101101110010011000110111111011111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0002ed; }

 p { color: rgb(0,2,237); }

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

<style>
 a { background-color: #0002ed; }

 a { background-color: rgb(0,2,237); }

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

<style>
 span { border-color: #0002ed; }

 span { border-color: rgb(0,2,237); }

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