#0022EE

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

Shades of Blue #0022EE

Tints of Blue #0022EE

Color information

#0022EE (or 0x0022EE) is unknown color: approx Blue. HEX triplet: 00, 22 and EE. RGB value is (0,34,238). Sum of RGB (Red+Green+Blue) = 0+34+238=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 238 (93.36% from 255 or 87.5% from 272); Max value from RGB is 238 - color contains mainly: blue. Hex color #0022EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0022EE is #FFDD11. Grayscale: #2E2E2E. Windows color (decimal): -16768274 or 15606272. OLE color: 15606272.

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

Color convert

RGB034238-
CMYK10.8600.07
HSL231.43º100%46.67%-
HSV(B)231.43º100%93.33%-
XYZ167.3281.46-
YUV47.09235.7494.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 238 (93.36% from 255) = 87.5%
R=0%
G=12.5%
B=87.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal03423810.8600.07231.4310046.67
Hex022EE645607e7642f
Octal0423561441260734714457
Binary010001011101110110010010101100111111001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0022EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0022EE; }

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

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

<style>
 a { background-color: #0022EE; }

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

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

<style>
 span { border-color: #0022EE; }

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

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