#120FEA

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

Shades of Blue #120FEA

Tints of Blue #120FEA

Color information

#120FEA (or 0x120FEA) is unknown color: approx Blue. HEX triplet: 12, 0F and EA. RGB value is (18,15,234). Sum of RGB (Red+Green+Blue) = 18+15+234=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 234 (91.80% from 255 or 87.64% from 267); Max value from RGB is 234 - color contains mainly: blue. Hex color #120FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FEA is #EDF015. Grayscale: #272727. Windows color (decimal): -15593494 or 15339282. OLE color: 15339282.

HSL color Cylindrical-coordinate representation of color #120FEA: hue angle of 240.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FEA is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1815234-
CMYK0.920.9400.08
HSL240.82º87.95%48.82%-
HSV(B)240.82º93.59%91.76%-
XYZ15.276.4178.27-
YUV40.86236.99111.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 234 (91.80% from 255) = 87.64%
R=6.74%
G=5.62%
B=87.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18152340.920.9400.08240.8287.9548.82
Hex12FEA5C5E08f15831
Octal221735213413601036113061
Binary100101111111010101011100101111001000111100011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,234); }

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

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

 a { background-color: rgb(18,15,234); }

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

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

 span { border-color: rgb(18,15,234); }

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