#1200F0

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

Shades of Blue #1200F0

Tints of Blue #1200F0

Color information

#1200F0 (or 0x1200F0) is unknown color: approx Blue. HEX triplet: 12, 00 and F0. RGB value is (18,0,240). Sum of RGB (Red+Green+Blue) = 18+0+240=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 240 (94.14% from 255 or 93.02% from 258); Max value from RGB is 240 - color contains mainly: blue. Hex color #1200F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1200F0 is #EDFF0F. Grayscale: #1F1F1F. Windows color (decimal): -15597328 or 15728658. OLE color: 15728658.

HSL color Cylindrical-coordinate representation of color #1200F0: hue angle of 244.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200F0 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180240-
CMYK0.92100.06
HSL244.5º100%47.06%-
HSV(B)244.5º100%94.12%-
XYZ15.986.4282.84-
YUV32.74244.96117.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 240 (94.14% from 255) = 93.02%
R=6.98%
G=0%
B=93.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802400.92100.06244.510047.06
Hex120F05C6406f4642f
Octal2203601341440636414457
Binary10010011110000101110011001000110111101001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1200F0; }

 p { color: rgb(18,0,240); }

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

<style>
 a { background-color: #1200F0; }

 a { background-color: rgb(18,0,240); }

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

<style>
 span { border-color: #1200F0; }

 span { border-color: rgb(18,0,240); }

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