#1C08D8

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

Shades of Medium Blue #1C08D8

Tints of Medium Blue #1C08D8

Color information

#1C08D8 (or 0x1C08D8) is unknown color: approx Medium Blue. HEX triplet: 1C, 08 and D8. RGB value is (28,8,216). Sum of RGB (Red+Green+Blue) = 28+8+216=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 216 (84.77% from 255 or 85.71% from 252); Max value from RGB is 216 - color contains mainly: blue. Hex color #1C08D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C08D8 is #E3F727. Grayscale: #242424. Windows color (decimal): -14939944 or 14157852. OLE color: 14157852.

HSL color Cylindrical-coordinate representation of color #1C08D8: hue angle of 245.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C08D8 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB288216-
CMYK0.870.9600.15
HSL245.77º92.86%43.92%-
HSV(B)245.77º96.3%84.71%-
XYZ12.965.3865.32-
YUV37.69228.63121.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 216 (84.77% from 255) = 85.71%
R=11.11%
G=3.17%
B=85.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2882160.870.9600.15245.7792.8643.92
Hex1C8D857600Ff65d2c
Octal341033012714001736613554
Binary111001000110110001010111110000001111111101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C08D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,216); }

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

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

 a { background-color: rgb(28,8,216); }

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

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

 span { border-color: rgb(28,8,216); }

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