#1222FF

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

Shades of Blue #1222FF

Tints of Blue #1222FF

Color information

#1222FF (or 0x1222FF) is unknown color: approx Blue. HEX triplet: 12, 22 and FF. RGB value is (18,34,255). Sum of RGB (Red+Green+Blue) = 18+34+255=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #1222FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1222FF is #EDDD00. Grayscale: #353535. Windows color (decimal): -15588609 or 16720402. OLE color: 16720402.

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

Color convert

RGB1834255-
CMYK0.930.8700
HSL235.95º100%53.53%-
HSV(B)235.95º92.94%100%-
XYZ18.878.4995.25-
YUV54.41241.2102.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 255 (100% from 255) = 83.06%
R=5.86%
G=11.07%
B=83.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18342550.930.8700235.9510053.53
Hex1222FF5D5700ec6436
Octal22423771351270035414466
Binary10010100010111111111011101101011100111011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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