#1C14D8

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

Shades of Medium Blue #1C14D8

Tints of Medium Blue #1C14D8

Color information

#1C14D8 (or 0x1C14D8) is unknown color: approx Medium Blue. HEX triplet: 1C, 14 and D8. RGB value is (28,20,216). Sum of RGB (Red+Green+Blue) = 28+20+216=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 216 (84.77% from 255 or 81.82% from 264); Max value from RGB is 216 - color contains mainly: blue. Hex color #1C14D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C14D8 is #E3EB27. Grayscale: #2B2B2B. Windows color (decimal): -14936872 or 14160924. OLE color: 14160924.

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

Color convert

RGB2820216-
CMYK0.870.9100.15
HSL242.45º83.05%46.27%-
HSV(B)242.45º90.74%84.71%-
XYZ13.125.7165.38-
YUV44.74224.65116.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 216 (84.77% from 255) = 81.82%
R=10.61%
G=7.58%
B=81.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28202160.870.9100.15242.4583.0546.27
Hex1C14D8575B0Ff2532e
Octal342433012713301736212356
Binary1110010100110110001010111101101101111111100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C14D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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