#1200F9

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

Shades of Blue #1200F9

Tints of Blue #1200F9

Color information

#1200F9 (or 0x1200F9) is unknown color: approx Blue. HEX triplet: 12, 00 and F9. RGB value is (18,0,249). Sum of RGB (Red+Green+Blue) = 18+0+249=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 249 (97.66% from 255 or 93.26% from 267); Max value from RGB is 249 - color contains mainly: blue. Hex color #1200F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1200F9 is #EDFF06. Grayscale: #202020. Windows color (decimal): -15597319 or 16318482. OLE color: 16318482.

HSL color Cylindrical-coordinate representation of color #1200F9: hue angle of 244.34º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200F9 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180249-
CMYK0.93100.02
HSL244.34º100%48.82%-
HSV(B)244.34º100%97.65%-
XYZ17.356.9790.05-
YUV33.77249.46116.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 93.26%
R=6.74%
G=0%
B=93.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802490.93100.02244.3410048.82
Hex120F95D6402f46431
Octal2203711351440236414461
Binary1001001111100110111011100100010111101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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