#1418D3

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

Shades of Medium Blue #1418D3

Tints of Medium Blue #1418D3

Color information

#1418D3 (or 0x1418D3) is unknown color: approx Medium Blue. HEX triplet: 14, 18 and D3. RGB value is (20,24,211). Sum of RGB (Red+Green+Blue) = 20+24+211=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 211 (82.81% from 255 or 82.75% from 255); Max value from RGB is 211 - color contains mainly: blue. Hex color #1418D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418D3 is #EBE72C. Grayscale: #2B2B2B. Windows color (decimal): -15460141 or 13834260. OLE color: 13834260.

HSL color Cylindrical-coordinate representation of color #1418D3: hue angle of 238.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1418D3 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2024211-
CMYK0.910.8900.17
HSL238.74º82.68%45.29%-
HSV(B)238.74º90.52%82.75%-
XYZ12.375.5162.04-
YUV44.12222.17110.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 211 (82.81% from 255) = 82.75%
R=7.84%
G=9.41%
B=82.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20242110.910.8900.17238.7482.6845.29
Hex1418D35B59011ef532d
Octal243032313313102135712355
Binary10100110001101001110110111011001010001111011111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1418D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1418D3; }

 p { color: rgb(20,24,211); }

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

<style>
 a { background-color: #1418D3; }

 a { background-color: rgb(20,24,211); }

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

<style>
 span { border-color: #1418D3; }

 span { border-color: rgb(20,24,211); }

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