#1222EE

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

Shades of Blue #1222EE

Tints of Blue #1222EE

Color information

#1222EE (or 0x1222EE) is unknown color: approx Blue. HEX triplet: 12, 22 and EE. RGB value is (18,34,238). Sum of RGB (Red+Green+Blue) = 18+34+238=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #1222EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1222EE is #EDDD11. Grayscale: #333333. Windows color (decimal): -15588626 or 15606290. OLE color: 15606290.

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

Color convert

RGB1834238-
CMYK0.920.8600.07
HSL235.64º86.61%50.2%-
HSV(B)235.64º92.44%93.33%-
XYZ16.257.4581.47-
YUV52.47232.7103.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 238 (93.36% from 255) = 82.07%
R=6.21%
G=11.72%
B=82.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18342380.920.8600.07235.6486.6150.2
Hex1222EE5C5607ec5732
Octal22423561341260735412762
Binary1001010001011101110101110010101100111111011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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