#120AED

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

Shades of Blue #120AED

Tints of Blue #120AED

Color information

#120AED (or 0x120AED) is unknown color: approx Blue. HEX triplet: 12, 0A and ED. RGB value is (18,10,237). Sum of RGB (Red+Green+Blue) = 18+10+237=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 237 (92.97% from 255 or 89.43% from 265); Max value from RGB is 237 - color contains mainly: blue. Hex color #120AED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120AED is #EDF512. Grayscale: #252525. Windows color (decimal): -15594771 or 15534610. OLE color: 15534610.

HSL color Cylindrical-coordinate representation of color #120AED: hue angle of 242.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120AED is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1810237-
CMYK0.920.9600.07
HSL242.11º91.9%48.43%-
HSV(B)242.11º95.78%92.94%-
XYZ15.646.4680.54-
YUV38.27240.15113.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 237 (92.97% from 255) = 89.43%
R=6.79%
G=3.77%
B=89.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18102370.920.9600.07242.1191.948.43
Hex12AED5C6007f25c30
Octal22123551341400736213460
Binary10010101011101101101110011000000111111100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120AED; }

 p { color: rgb(18,10,237); }

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

<style>
 a { background-color: #120AED; }

 a { background-color: rgb(18,10,237); }

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

<style>
 span { border-color: #120AED; }

 span { border-color: rgb(18,10,237); }

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