#0000ee

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

Shades of Blue #0000EE

Tints of Blue #0000EE

Color information

#0000EE (or 0x0000EE) is unknown color: approx Blue. HEX triplet: 00, 00 and EE. RGB value is (0,0,238). Sum of RGB (Red+Green+Blue) = 0+0+238=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 238 (93.36% from 255 or 100% from 238); Max value from RGB is 238 - color contains mainly: blue. Hex color #0000EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0000EE is #FFFF11. Grayscale: #1A1A1A. Windows color (decimal): -16776978 or 15597568. OLE color: 15597568.

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

Color convert

RGB00238-
CMYK1100.07
HSL240º100%46.67%-
HSV(B)240º100%93.33%-
XYZ15.436.1781.27-
YUV27.13247108.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 100%
R=0%
G=0%
B=100%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal002381100.0724010046.67
Hex00EE646407f0642f
Octal003561441440736014457
Binary0011101110110010011001000111111100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0000ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0000ee; }

 p { color: rgb(0,0,238); }

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

<style>
 a { background-color: #0000ee; }

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

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

<style>
 span { border-color: #0000ee; }

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

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