#1417D3

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

Shades of Medium Blue #1417D3

Tints of Medium Blue #1417D3

Color information

#1417D3 (or 0x1417D3) is unknown color: approx Medium Blue. HEX triplet: 14, 17 and D3. RGB value is (20,23,211). Sum of RGB (Red+Green+Blue) = 20+23+211=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 211 (82.81% from 255 or 83.07% from 254); Max value from RGB is 211 - color contains mainly: blue. Hex color #1417D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417D3 is #EBE82C. Grayscale: #2A2A2A. Windows color (decimal): -15460397 or 13834004. OLE color: 13834004.

HSL color Cylindrical-coordinate representation of color #1417D3: hue angle of 239.06º 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 #1417D3 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2023211-
CMYK0.910.8900.17
HSL239.06º82.68%45.29%-
HSV(B)239.06º90.52%82.75%-
XYZ12.355.4662.03-
YUV43.54222.51111.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 211 (82.81% from 255) = 83.07%
R=7.87%
G=9.06%
B=83.07%

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
Decimal20232110.910.8900.17239.0682.6845.29
Hex1417D35B59011ef532d
Octal242732313313102135712355
Binary10100101111101001110110111011001010001111011111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1417D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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