#1C09CF

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

Shades of Medium Blue #1C09CF

Tints of Medium Blue #1C09CF

Color information

#1C09CF (or 0x1C09CF) is unknown color: approx Medium Blue. HEX triplet: 1C, 09 and CF. RGB value is (28,9,207). Sum of RGB (Red+Green+Blue) = 28+9+207=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09CF is #E3F630. Grayscale: #242424. Windows color (decimal): -14939697 or 13568284. OLE color: 13568284.

HSL color Cylindrical-coordinate representation of color #1C09CF: hue angle of 245.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C09CF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB289207-
CMYK0.860.9600.19
HSL245.76º91.67%42.35%-
HSV(B)245.76º95.65%81.18%-
XYZ11.844.9559.36-
YUV37.25223.79121.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 207 (81.25% from 255) = 84.84%
R=11.48%
G=3.69%
B=84.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2892070.860.9600.19245.7691.6742.35
Hex1C9CF5660013f65c2a
Octal341131712614002336613452
Binary1110010011100111110101101100000010011111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C09CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C09CF; }

 p { color: rgb(28,9,207); }

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

<style>
 a { background-color: #1C09CF; }

 a { background-color: rgb(28,9,207); }

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

<style>
 span { border-color: #1C09CF; }

 span { border-color: rgb(28,9,207); }

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