#002EEE

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

Shades of Blue #002EEE

Tints of Blue #002EEE

Color information

#002EEE (or 0x002EEE) is unknown color: approx Blue. HEX triplet: 00, 2E and EE. RGB value is (0,46,238). Sum of RGB (Red+Green+Blue) = 0+46+238=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #002EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EEE is #FFD111. Grayscale: #353535. Windows color (decimal): -16765202 or 15609344. OLE color: 15609344.

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

Color convert

RGB046238-
CMYK10.8100.07
HSL228.4º100%46.67%-
HSV(B)228.4º100%93.33%-
XYZ16.418.1381.59-
YUV54.13231.7689.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 238 (93.36% from 255) = 83.80%
R=0%
G=16.20%
B=83.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal04623810.8100.07228.410046.67
Hex02EEE645107e4642f
Octal0563561441210734414457
Binary010111011101110110010010100010111111001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002EEE; }

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

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

<style>
 a { background-color: #002EEE; }

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

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

<style>
 span { border-color: #002EEE; }

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

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