#1204F9

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

Shades of Blue #1204F9

Tints of Blue #1204F9

Color information

#1204F9 (or 0x1204F9) is unknown color: approx Blue. HEX triplet: 12, 04 and F9. RGB value is (18,4,249). Sum of RGB (Red+Green+Blue) = 18+4+249=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 249 (97.66% from 255 or 91.88% from 271); Max value from RGB is 249 - color contains mainly: blue. Hex color #1204F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1204F9 is #EDFB06. Grayscale: #232323. Windows color (decimal): -15596295 or 16319506. OLE color: 16319506.

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

Color convert

RGB184249-
CMYK0.930.9800.02
HSL243.43º96.84%49.61%-
HSV(B)243.43º98.39%97.65%-
XYZ17.397.0590.07-
YUV36.12248.14115.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 249 (97.66% from 255) = 91.88%
R=6.64%
G=1.48%
B=91.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842490.930.9800.02243.4396.8449.61
Hex124F95D6202f36132
Octal2243711351420236314162
Binary100101001111100110111011100010010111100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1204F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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