#000EED

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

Shades of Blue #000EED

Tints of Blue #000EED

Color information

#000EED (or 0x000EED) is unknown color: approx Blue. HEX triplet: 00, 0E and ED. RGB value is (0,14,237). Sum of RGB (Red+Green+Blue) = 0+14+237=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 237 (92.97% from 255 or 94.42% from 251); Max value from RGB is 237 - color contains mainly: blue. Hex color #000EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EED is #FFF112. Grayscale: #222222. Windows color (decimal): -16773395 or 15535616. OLE color: 15535616.

HSL color Cylindrical-coordinate representation of color #000EED: hue angle of 236.46º 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 #000EED is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB014237-
CMYK10.9400.07
HSL236.46º100%46.47%-
HSV(B)236.46º100%92.94%-
XYZ15.446.4380.55-
YUV35.24241.86102.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 237 (92.97% from 255) = 94.42%
R=0%
G=5.58%
B=94.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal01423710.9400.07236.4610046.47
Hex0EED645E07ec642e
Octal0163551441360735414456
Binary0111011101101110010010111100111111011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000EED; }

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

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

<style>
 a { background-color: #000EED; }

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

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

<style>
 span { border-color: #000EED; }

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

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